Package | Description |
---|---|
viptool.extension | |
viptool.util |
Modifier and Type | Method and Description |
---|---|
ClassFile |
IExtensionInfo.getExtenisonClassFile()
This method returns the main class file as ClassFile from the extension if the
extension is contained into an directory else it returns null.
|
Modifier and Type | Method and Description |
---|---|
void |
IExtensionLoader.addClassFile(ClassFile classfile)
This method adds the given ClassFild to the URL-List of the
ExtensionLoader.
|
void |
IExtensionInfo.addClassFile(ClassFile classfile)
This method adds the given ClassFile to the list of ClassFiles which belongs to
this extension.
|
void |
IExtensionInfo.removeClassFile(ClassFile classfile)
This method removes the given ClassFile form the list of ClassFiles which
belong to this extension
|
Modifier and Type | Method and Description |
---|---|
static ClassFile |
ClassFile.getClassFile(File file)
This method creates a new instance of ClassFile for the given file, if and only if the given file
is a valid Java Class File.
|