Class ApparentlyLocalNameGuard
java.lang.Object
com.mchange.v2.naming.ApparentlyLocalNameGuard
- All Implemented Interfaces:
NameGuard
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleannameIsAcceptable(String name) booleannameIsAcceptable(Name name) This should be a descriptive message that might follow "names are only acceptable when " A period will be appended to the message.
-
Constructor Details
-
ApparentlyLocalNameGuard
public ApparentlyLocalNameGuard()
-
-
Method Details
-
nameIsAcceptable
- Specified by:
nameIsAcceptablein interfaceNameGuard
-
nameIsAcceptable
- Specified by:
nameIsAcceptablein interfaceNameGuard
-
onlyAcceptableWhen
Description copied from interface:NameGuardThis should be a descriptive message that might follow "names are only acceptable when " A period will be appended to the message. (No terminal period should be included in the String.)- Specified by:
onlyAcceptableWhenin interfaceNameGuard
-