| java.lang.Object org.jpox.util.Imports
Imports | public class Imports (Code) | | Utility class handling Imports.
version: $Revision: 1.13 $ |
Constructor Summary | |
public | Imports() Constructor. |
Imports | public Imports()(Code) | | Constructor.
|
importClass | public void importClass(String className)(Code) | | Method to import the specified class.
Parameters: className - Class to import |
importPackage | public void importPackage(String className)(Code) | | Method to import the package given by the specified class.
Parameters: className - The class name |
parseImports | public void parseImports(String imports)(Code) | | Utility to parse the imports.
Parameters: imports - The Imports string throws: JPOXUserException - when finding an invalid declaration |
|
|