org.jasig.portal.car
Class ParsingContext

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

public class ParsingContext
extends 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: 19776 $
Author:
Mark Boyd mark.boyd@engineer.com

Constructor Summary
ParsingContext(JarFile jarfile)
           
 
Method Summary
 JarFile getJarFile()
           
 Path getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParsingContext

public ParsingContext(JarFile jarfile)
Method Detail

getPath

public Path getPath()

getJarFile

public JarFile getJarFile()


Copyright © 2010 Jasig. All Rights Reserved.