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 GroupNamingConventioncreate()GroupNamingConventioncreateWithoutPrefix()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:
createin interfaceGroupNamingConvention.Factory
-
createWithoutPrefix
public GroupNamingConvention createWithoutPrefix()
Description copied from interface:GroupNamingConvention.Factorytop-level resources do not need a prefix, yet still may need to follow a naming convention- Specified by:
createWithoutPrefixin interfaceGroupNamingConvention.Factory
-
-