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 Object

Contains an old and a new path.


Constructor Summary
DefaultDecorationModelInheritanceAssembler.URLContainer(String oldPath, String newPath)
          Construct a URLContainer.
 
Method Summary
 String getNewPath()
          Get the new path.
 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(String oldPath,
                                                               String newPath)
Construct a URLContainer.

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

getNewPath

public String getNewPath()
Get the new path.

Returns:
the new path.

getOldPath

public String getOldPath()
Get the old path.

Returns:
the old path.


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.