org.dspace.app.xmlui.configuration
Class Aspect

java.lang.Object
  extended by org.dspace.app.xmlui.configuration.Aspect

public class Aspect
extends java.lang.Object

This class represents an Aspect in the XMLUI system.

Author:
Scott Phillips

Constructor Summary
Aspect(java.lang.String name, java.lang.String path)
          Create a new Aspect with the given name, and path.
 
Method Summary
 java.lang.String getName()
           
 java.lang.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(java.lang.String name,
              java.lang.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 java.lang.String getName()
Returns:
The Aspects unique name.

getPath

public java.lang.String getPath()
Returns:
The Aspect's directory path.


Copyright © 2010 DuraSpace. All Rights Reserved.