|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertiesSource
Describes a source for manifest property values. Those values will be replaced in the template manifest prior to
generating the final manifest.
Concurrent Semantics
Implementations need to be threadsafe.
Method Summary | |
---|---|
int |
getPriority()
Returns the priority of this PropertiesSource instance. |
java.util.Properties |
getProperties()
Returns the full-constructed Properties instance. |
Method Detail |
---|
int getPriority()
PropertiesSource
instance. The priority describes the order in which all
PropertiesSource
s will be merged into the final Properties
instance.
A lower priority means that the PropertiesSource
's Properties
instance will be added to the
merged Properties
instance prior to PropertiesSource
s with higher priority. For example the
properties returned by System.getProperties()
are likely to have the lowest priority to be able to
override those by user specified values.
java.util.Properties getProperties()
Properties
instance.
Properties
instance created by this PropertiesSource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |