All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.APCpath.descr.SetDescription
java.lang.Object
|
+----iceberg.APCpath.descr.SetDescription
- public class SetDescription
- extends Object
-
baseClass
-
-
baseClassName
-
-
elName
-
-
hashClass
-
-
hashDescr
-
-
hashOps
-
-
SetDescription(String, String)
-
-
add(int, DescrOperator, Class)
-
-
addcreate(int, DescrOperator, Class, String)
-
-
create(int, String)
-
-
getDescr(String)
-
-
isAvailable(String)
-
-
list()
-
-
load(URL)
-
-
loadLocal(int, DescrOperator)
-
-
loadLocal(String)
-
-
remove(int, String)
-
baseClassName
protected String baseClassName
elName
protected String elName
baseClass
protected Class baseClass
hashClass
protected Hashtable hashClass
hashDescr
protected Hashtable hashDescr
hashOps
protected Hashtable hashOps
SetDescription
public SetDescription(String baseClassName,
String elName)
remove
public void remove(int pathid,
String name)
loadLocal
public void loadLocal(String fileName) throws ClassNotFoundException, IllegalArgumentException, IOException
load
public void load(URL xmlUrl) throws ClassNotFoundException, IOException, IllegalArgumentException, RemoteException
loadLocal
public void loadLocal(int pathid,
DescrOperator thedescr) throws ClassNotFoundException, IOException, IllegalArgumentException, RemoteException
addcreate
public Object addcreate(int pathid,
DescrOperator thedescr,
Class theClass,
String name) throws IllegalArgumentException, IllegalAccessException, InstantiationException
add
public void add(int pathid,
DescrOperator thedescr,
Class theClass) throws IllegalArgumentException
create
public Object create(int pathid,
String name) throws IllegalAccessException, InstantiationException
list
public DescrOperator[] list()
isAvailable
public boolean isAvailable(String name)
getDescr
public DescrOperator getDescr(String name)
All Packages Class Hierarchy This Package Previous Next Index