org.jclouds.compute.internal
Class FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.Factory

java.lang.Object
  extended by 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
FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.Factory()
           
 
Method Summary
 GroupNamingConvention create()
           
 GroupNamingConvention createWithoutPrefix()
          top-level resources do not need a prefix, yet still may need to follow a naming convention
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.Factory

public FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.Factory()
Method Detail

create

public GroupNamingConvention create()
Specified by:
create in interface GroupNamingConvention.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 interface GroupNamingConvention.Factory


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.