Package jmri.util
Class FileUtil.Property
- java.lang.Object
 - 
- jmri.util.FileUtil.Property
 
 
- 
- All Implemented Interfaces:
 java.util.Map.Entry<Profile,java.lang.String>
- Enclosing class:
 - FileUtil
 
public static class FileUtil.Property extends java.lang.Object implements java.util.Map.Entry<Profile,java.lang.String>
PropertyChangeEvents for properties that are Profile-specific use a Property to enclose both the Profile and the value of the property. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfilegetKey()java.lang.StringgetValue()java.lang.StringsetValue(java.lang.String value) 
 -