org.dspace.app.xmlui.configuration
Class Aspect
java.lang.Object
org.dspace.app.xmlui.configuration.Aspect
public class Aspect
- extends Object
This class represents an Aspect in the XMLUI system.
- Author:
- Scott Phillips
|
Constructor Summary |
Aspect(String name,
String path)
Create a new Aspect with the given name, and path. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Aspect
public Aspect(String name,
String path)
- Create a new Aspect with the given name, and path.
- Parameters:
name - A unique name for the Aspect.path - The directory path to the Aspect.
getName
public String getName()
- Returns:
- The Aspects unique name.
getPath
public String getPath()
- Returns:
- The Aspect's directory path.
Copyright © 2012 DuraSpace. All Rights Reserved.