Package io.urf.surf
Class SurfResources
- java.lang.Object
-
- io.urf.surf.SurfResources
-
@Deprecated public class SurfResources extends java.lang.ObjectDeprecated.TODO move to SurfSerializerUtility methods for working with SURF resources.- Author:
- Garret Wilson
-
-
Constructor Summary
Constructors Constructor Description SurfResources()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleanisCompoundResource(java.lang.Object resource)Deprecated.Determines whether the given resource is a compound resource, that is, one that can contain other resources.
-
-
-
Method Detail
-
isCompoundResource
public static boolean isCompoundResource(@Nonnull java.lang.Object resource)Deprecated.Determines whether the given resource is a compound resource, that is, one that can contain other resources. This method returnstrueforSurfObject, anyCollection, and anyMap.- Parameters:
resource- The resource which may or may not be a compound resource.- Returns:
trueif the given resource may hold other resources.
-
-