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