|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertiesResourceMatcher
Allows to match resource identifiers, usually pathes to properties files within an archive, to map them to a configuration key.
Method Summary | |
---|---|
ConfigurationKey<?> |
getConfigurationKey() Returns the configuration key the matcher is responsible for. |
boolean |
match(String id) Matches the identifier with the matchers algorithm. |
Method Detail |
---|
ConfigurationKey<?> getConfigurationKey()
boolean match(String id)
id
- the identifier of the resource.
true
if the matcher matches the
id
,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |