Package net.ontopia.topicmaps.rest.utils
Class ClassUtils
- java.lang.Object
-
- net.ontopia.topicmaps.rest.utils.ClassUtils
-
public class ClassUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PREFIX
static String
PREFIX_RESOURCES
static String
SHORT
static String
SHORT_RESOURCES
-
Constructor Summary
Constructors Constructor Description ClassUtils()
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
PREFIX_RESOURCES
public static final String PREFIX_RESOURCES
- See Also:
- Constant Field Values
-
SHORT
public static final String SHORT
- See Also:
- Constant Field Values
-
SHORT_RESOURCES
public static final String SHORT_RESOURCES
- See Also:
- Constant Field Values
-
-