Uses of Interface
gw.internal.gosu.properties.PropertySet
Packages that use PropertySet
-
Uses of PropertySet in gw.internal.gosu.properties
Classes in gw.internal.gosu.properties that implement PropertySetModifier and TypeClassDescriptionclass
Property set with no propertiesclass
A property set based on an underlyingProperties
object.class
Makes available the standard system properties, which should be available on all JVMsFields in gw.internal.gosu.properties declared as PropertySetMethods in gw.internal.gosu.properties that return PropertySetModifier and TypeMethodDescriptionPropertiesPropertySet.Source.getPropertySet
(String name) PropertySetSource.getPropertySet
(String name) Return the named property setPropertiesPropertySet.Source.getPropertySetForFile
(IFile file) PropertySetSource.getPropertySetForFile
(IFile file) Return the property set for the given fileMethods in gw.internal.gosu.properties with parameters of type PropertySetModifier and TypeMethodDescriptionstatic PropertyNode
PropertyNode.buildTree
(PropertySet propertySet) Constructors in gw.internal.gosu.properties with parameters of type PropertySetModifierConstructorDescriptionprivate
PropertyNode
(PropertyNode parent, String name, PropertySet propertySet)