Package org.aksw.iguana.commons.reflect
Class ShorthandMapper
- java.lang.Object
-
- org.aksw.iguana.commons.reflect.ShorthandMapper
-
public class ShorthandMapper extends java.lang.Object
Maps the shorthand to the class names at the beginning of it's initialization. Thus it has to be done once.
-
-
Field Summary
Fields Modifier and Type Field Description org.slf4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description ShorthandMapper()
ShorthandMapper(java.lang.String prefix)
create mapping, but only searches in packages with the prefix
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShorthandMapper
getInstance()
java.util.Map<java.lang.String,java.lang.String>
getShortMap()
-
-
-
Method Detail
-
getInstance
public static ShorthandMapper getInstance()
-
getShortMap
public java.util.Map<java.lang.String,java.lang.String> getShortMap()
-
-