Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Group name validator #1457

Open
dieu opened this issue Mar 25, 2013 · 3 comments
Open

Group name validator #1457

dieu opened this issue Mar 25, 2013 · 3 comments

Comments

@dieu
Copy link
Contributor

dieu commented Mar 25, 2013

FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.java

private Validator<String> groupValidator = new DnsNameValidator(3, 63);

Why now for the validation group name used DnsNameValidator? because of this, you can not use the name in uppercase

@codefromthecrypt
Copy link
Contributor

because jclouds intends to be compatible with multiple cloud providers and
some use dns for the names.

@jclouds
Copy link
Collaborator

jclouds commented Mar 25, 2013

you could probably rename this to "make it possible to override group name
validator". It is more important to be able to override than to undo the
default, right?

@dieu
Copy link
Contributor Author

dieu commented Mar 25, 2013

@adriancole yep, I would like implementing Cloud specific validator.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants