org.apache.cocoon.components.source.impl
Class QDoxSourceFactory.SourceRoot

java.lang.Object
  extended by org.apache.cocoon.components.source.impl.QDoxSourceFactory.SourceRoot
Enclosing class:
QDoxSourceFactory

protected static final class QDoxSourceFactory.SourceRoot
extends Object

Represents an URI and which packages it contains.

Using this class, the QDoxSourceFactory can quickly find the right SourceRoot URI given a specified package.


Constructor Summary
protected QDoxSourceFactory.SourceRoot(String uri)
           
 
Method Summary
protected  void addPackage(String packageName)
           
protected  String getUri()
           
protected  boolean hasPackage(String packageName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QDoxSourceFactory.SourceRoot

protected QDoxSourceFactory.SourceRoot(String uri)
Method Detail

addPackage

protected void addPackage(String packageName)

hasPackage

protected boolean hasPackage(String packageName)

getUri

protected String getUri()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.