| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.client.script.TypeInfoProvider |
Parser for API reference files generated by APIVerifier.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TypeInfoProvider(File infofile) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TypeInfo |
findType(String simplename)
Find a type from its simple name.
| ||||||||||
| TypeInfo |
findType(String simplename, boolean caseInsensitive)
Find a type from its simple name.
| ||||||||||
| String |
findTypeName(String simplename)
Find the fully-qualified name of a type from its simple name.
| ||||||||||
| String |
findTypeName(String simplename, boolean caseInsensitive)
Find the fully-qualified name of a type from its simple name.
| ||||||||||
| TypeInfo | get(String name) | ||||||||||
| Iterator<TypeInfo> | iterator() | ||||||||||
| int | size() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Iterable
| |||||||||||
| IOException |
|---|
Find a type from its simple name.
Find a type from its simple name. Case doesn't matter.@param
Find the fully-qualified name of a type from its simple name.
Find the fully-qualified name of a type from its simple name. Case doesn't matter.@param