uPortal 2.4.1
API Documentation

org.jasig.portal.car
Class ParsingContext

java.lang.Object
  extended byorg.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.1 $
Author:
Mark Boyd

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

ParsingContext

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

getPath

public Path getPath()

getJarFile

public java.util.jar.JarFile getJarFile()

uPortal 2.4.1
API Documentation