org.dspace.app.xmlui.configuration
Class Aspect

java.lang.Object
  extended by 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.
 
Method Summary
 String getName()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.