|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamingScheme
Method Summary | |
---|---|
boolean |
accept(String id)
Determine if this identifier has been prefixed |
Collection<String> |
deprefix(Collection<String> ids)
|
String |
deprefix(String id)
Remove the prefix from the id |
Collection<String> |
filterIds(Collection<String> ids)
Filter a collection of ids, retaining only those correctly prefixed. |
Collection<String> |
prefix(Collection<String> ids)
|
String |
prefix(String id)
Add the prefix to the id |
Method Detail |
---|
boolean accept(String id)
id
- the id to check
String deprefix(String id)
id
- the prefixed id
String prefix(String id)
id
- the id to prefix
Collection<String> filterIds(Collection<String> ids)
ids
- the collection of ides to filterCollection<String> deprefix(Collection<String> ids)
Collection<String> prefix(Collection<String> ids)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |