com.fatwire.cs.core.uri
Class LogPropertyDescriptions

java.lang.Object
  extended by com.fatwire.cs.core.uri.LogPropertyDescriptions
All Implemented Interfaces:
DescriptionList

public class LogPropertyDescriptions
extends java.lang.Object
implements DescriptionList

This class defines logger configuration properties for the uri assembly component.

Since:
1-Nov-2004 5:42:59 PM

Constructor Summary
LogPropertyDescriptions()
           
 
Method Summary
 java.util.Iterator iterator()
          Return an iterator over the PropertyDescriptions found in this list.
 java.lang.String name()
          Get the property file name associated with this description list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogPropertyDescriptions

public LogPropertyDescriptions()
Method Detail

iterator

public java.util.Iterator iterator()
Return an iterator over the PropertyDescriptions found in this list. The iterator returned does not permit modification of the list.

Specified by:
iterator in interface DescriptionList
Returns:
iterator

name

public java.lang.String name()
Get the property file name associated with this description list. The name returned must be the full name of the file, excluding any path information. For example, "myConfig.properties" is valid, while "/path/to/myConfig.properties" is not.

Specified by:
name in interface DescriptionList
Returns:
property file name