|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.car.ParsingContext
A class for holding parsing context information like the current path within the XML being parsed and the jarfile whose deployment descriptor is being parsed.
Constructor Summary | |
ParsingContext(java.util.jar.JarFile jarfile)
|
Method Summary | |
java.util.jar.JarFile |
getJarFile()
|
Path |
getPath()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParsingContext(java.util.jar.JarFile jarfile)
Method Detail |
public Path getPath()
public java.util.jar.JarFile getJarFile()
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |