public static class PropertiesPropertySet.Source extends Object implements PropertySetSource
| Modifier and Type | Method and Description |
|---|---|
List<Pair<String,IFile>> |
findAllFilesByExtension(String extension) |
IFile |
getFile(String name)
Returns the file for the given name.
|
PropertySet |
getPropertySet(String name)
Return the named property set
|
PropertySet |
getPropertySetForFile(IFile file)
Return the property set for the given file
|
Set<String> |
getPropertySetNames()
The names of all the property sets available from this source
|
public Source(IModule module)
public PropertySet getPropertySetForFile(IFile file)
PropertySetSourcegetPropertySetForFile in interface PropertySetSourcefile - the name of the filePropertySetSource.getPropertySetNames()public IFile getFile(String name)
PropertySetSourcegetFile in interface PropertySetSourcepublic Set<String> getPropertySetNames()
PropertySetSourcegetPropertySetNames in interface PropertySetSourcepublic PropertySet getPropertySet(String name)
PropertySetSourcegetPropertySet in interface PropertySetSourcename - the name of the property setPropertySetSource.getPropertySetNames()Copyright © 2016. All rights reserved.