Package gw.internal.gosu.properties
Interface PropertySetSource
- All Known Implementing Classes:
PropertiesPropertySet.Source
public interface PropertySetSource
Represents the different sources of
PropertySet
objects that can be used to build
PropertiesType
objects.-
Method Summary
Modifier and TypeMethodDescriptionReturns the file for the given name.getPropertySet
(String name) Return the named property setgetPropertySetForFile
(IFile file) Return the property set for the given fileThe names of all the property sets available from this source
-
Method Details
-
getPropertySetNames
The names of all the property sets available from this source- Returns:
- a non null set of property set names
-
getPropertySet
Return the named property set- Parameters:
name
- the name of the property set- Returns:
- a property set, or null if the name is not in the set returned by
getPropertySetNames()
-
getPropertySetForFile
Return the property set for the given file- Parameters:
file
- the name of the file- Returns:
- a property set, or null if the name is not in the set returned by
getPropertySetNames()
-
getFile
Returns the file for the given name.
-