org.apache.maven.doxia.site.decoration.inheritance
Class DefaultDecorationModelInheritanceAssembler.URLContainer

java.lang.Object
  extended by org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler.URLContainer
Enclosing class:
DefaultDecorationModelInheritanceAssembler

public final class DefaultDecorationModelInheritanceAssembler.URLContainer
extends java.lang.Object

Contains an old and a new path.


Constructor Summary
DefaultDecorationModelInheritanceAssembler.URLContainer(java.lang.String oldPath, java.lang.String newPath)
          Construct a URLContainer.
 
Method Summary
 java.lang.String getNewPath()
          Get the new path.
 java.lang.String getOldPath()
          Get the old path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDecorationModelInheritanceAssembler.URLContainer

public DefaultDecorationModelInheritanceAssembler.URLContainer(java.lang.String oldPath,
                                                               java.lang.String newPath)
Construct a URLContainer.

Parameters:
oldPath - the old path.
newPath - the new path.
Method Detail

getNewPath

public java.lang.String getNewPath()
Get the new path.

Returns:
the new path.

getOldPath

public java.lang.String getOldPath()
Get the old path.

Returns:
the old path.


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.