es.iac.ing.codeso.gen
Class ResourceTool
java.lang.Object
es.iac.ing.codeso.gen.ResourceTool
public class ResourceTool
- extends java.lang.Object
Provides a command-line tool which works in conjunction with a
ResourceManager
to facilitate the installation of external resources
for use within the CODESO framework.
Usage is:
java <jvm_options> ResourceTool "add" <ResourceType> <ResourceName> <ClassFile> <ResourceLocator>
java <jvm_options> ResourceTool "delete" <ResourceType> <ResourceName>
java <jvm_options> ResourceTool "deleteAll" <ResourceType>
java <jvm_options> ResourceTool "show" <ResourceType>
Where:-
<ResourceName> is the name by which the external resource is (to be) known, for example:
"INGRID", "OASIS", "TCS"
etc
<ResourceType> is one of the types defined in the ResourceType
enumeration, for example: "SERVER", "GUI", "ERRCAT"
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceTool
public ResourceTool()
main
public static void main(java.lang.String[] args)