|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.car.ParsingContext
public class 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.
Field Summary | |
---|---|
private java.util.jar.JarFile |
jarFile
|
private Path |
parsingPath
|
Constructor Summary | |
---|---|
ParsingContext(java.util.jar.JarFile jarfile)
|
Method Summary | |
---|---|
java.util.jar.JarFile |
getJarFile()
|
Path |
getPath()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.jar.JarFile jarFile
private Path parsingPath
Constructor Detail |
---|
public ParsingContext(java.util.jar.JarFile jarfile)
Method Detail |
---|
public Path getPath()
public java.util.jar.JarFile getJarFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |