org.jasig.portal.car
Class ParsingContext
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParsingContext
public ParsingContext(JarFile jarfile)
getPath
public Path getPath()
getJarFile
public JarFile getJarFile()
Copyright © 2010 Jasig. All Rights Reserved.