public interface PropertySetSource
PropertySet objects that can be used to build
PropertiesType objects.| Modifier and Type | Method and Description |
|---|---|
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
|
Set<String> getPropertySetNames()
PropertySet getPropertySet(String name)
name - the name of the property setgetPropertySetNames()PropertySet getPropertySetForFile(IFile file)
file - the name of the filegetPropertySetNames()Copyright © 2018. All rights reserved.