Skip navigation links


com.fatwire.cs.core.properties
Interface DescriptionList

All Known Implementing Classes:
LogPropertyDescriptions

public interface DescriptionList

Interface providing access to a list of PropertyDescriptions. The implementing class must be instantiable using a zero-argument constructor.

Since:
18-Aug-2004 1:21:28 PM

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.

 

Method Detail

iterator

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

name

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.
Returns:
property file name

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.