Package org.jclouds.compute.internal
Class FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.Factory
- java.lang.Object
-
- org.jclouds.compute.internal.FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.Factory
-
- All Implemented Interfaces:
GroupNamingConvention.Factory
- Enclosing class:
- FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat
@Singleton public static class FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.Factory extends Object implements GroupNamingConvention.Factory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete 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
public GroupNamingConvention create()
- Specified by:
create
in interfaceGroupNamingConvention.Factory
-
createWithoutPrefix
public GroupNamingConvention createWithoutPrefix()
Description copied from interface:GroupNamingConvention.Factory
top-level resources do not need a prefix, yet still may need to follow a naming convention- Specified by:
createWithoutPrefix
in interfaceGroupNamingConvention.Factory
-
-