Package jmri.profile
Interface AuxiliaryProperties
-
- All Known Implementing Classes:
ProfileProperties
public interface AuxiliaryProperties
JMRI local copy of the NetBeans Platform org.netbeans.spi.project.AuxiliaryProperties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
get(java.lang.String key, boolean shared)
java.lang.Iterable<java.lang.String>
listKeys(boolean shared)
void
put(java.lang.String key, java.lang.String value, boolean shared)
-