Package org.jclouds.compute.functions
Interface GroupNamingConvention.Factory
- All Known Implementing Classes:
FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.Factory
- Enclosing interface:
GroupNamingConvention
public static interface GroupNamingConvention.Factory
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
top-level resources do not need a prefix, yet still may need to follow a naming convention
-
Method Details
-
create
GroupNamingConvention create() -
createWithoutPrefix
GroupNamingConvention createWithoutPrefix()top-level resources do not need a prefix, yet still may need to follow a naming convention
-