org.jclouds.scriptbuilder.functions
Class InitAdminAccess
java.lang.Object
org.jclouds.scriptbuilder.functions.InitAdminAccess
- All Implemented Interfaces:
- com.google.common.base.Function<Statement,Statement>
public class InitAdminAccess
- extends Object
- implements com.google.common.base.Function<Statement,Statement>
Statement used in a shell script
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Function |
equals |
InitAdminAccess
@Inject
public InitAdminAccess(AdminAccess.Configuration adminAccessConfiguration)
apply
public Statement apply(Statement input)
- Specified by:
apply
in interface com.google.common.base.Function<Statement,Statement>
Copyright © 2009-2011 jclouds. All Rights Reserved.