org.jasig.portal.car
Class ParsingContext

java.lang.Object
  extended by org.jasig.portal.car.ParsingContext

public class ParsingContext
extends java.lang.Object

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.

Version:
$Revision: 1.2 $
Author:
Mark Boyd

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

jarFile

private java.util.jar.JarFile jarFile

parsingPath

private Path parsingPath
Constructor Detail

ParsingContext

public ParsingContext(java.util.jar.JarFile jarfile)
Method Detail

getPath

public Path getPath()

getJarFile

public java.util.jar.JarFile getJarFile()