Class TypeInfoProvider
java.lang.Object
com.pnfsoftware.jeb.client.script.TypeInfoProvider
Java type parser and provider used by the script interpreter.
This object can be used to parse files such $JEB_HOME/doc/jeb-types.txt
to provide type
hints to the script interpreter.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionFind a type from its simple name.Find a type from its simple name.findTypeName
(String simplename) Find the fully-qualified name of a type from its simple name.findTypeName
(String simplename, boolean caseInsensitive) Find the fully-qualified name of a type from its simple name.iterator()
int
size()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TypeInfoProvider
- Throws:
IOException
-
-
Method Details
-
size
public int size() -
iterator
-
get
-
findTypeName
Find the fully-qualified name of a type from its simple name.- Parameters:
simplename
-- Returns:
- null on a collision
-
findTypeName
Find the fully-qualified name of a type from its simple name. Case doesn't matter.- Parameters:
simplename
-- Returns:
- null on a collision
-
findType
Find a type from its simple name.- Parameters:
simplename
-- Returns:
- null on a collision
-
findType
Find a type from its simple name. Case doesn't matter.- Parameters:
simplename
-- Returns:
- null on a collision
-