Package jadex.xml
Interface IContext
-
- All Known Implementing Classes:
AReadContext
,AWriteContext
,WriteContextDesktop
public interface IContext
Common interface for read and write contexts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ClassLoader
getClassLoader()
Get the classloader.java.lang.Object
getRootObject()
Get the root object.java.lang.Object
getUserContext()
Get the usercontext.
-
-
-
Method Detail
-
getRootObject
java.lang.Object getRootObject()
Get the root object.- Returns:
- The root object.
-
getUserContext
java.lang.Object getUserContext()
Get the usercontext.- Returns:
- The usercontext.
-
getClassLoader
java.lang.ClassLoader getClassLoader()
Get the classloader.- Returns:
- The classloader.
-
-