org.jclouds.vcloud.director.v1_5.functions
Class SectionForVApp<S extends org.jclouds.dmtf.ovf.SectionType>

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.functions.SectionForVApp<S>
All Implemented Interfaces:
com.google.common.base.Function<AbstractVAppType,S>

public class SectionForVApp<S extends org.jclouds.dmtf.ovf.SectionType>
extends Object
implements com.google.common.base.Function<AbstractVAppType,S>

Author:
danikov

Constructor Summary
SectionForVApp(Class<S> sectionType)
           
 
Method Summary
 S apply(AbstractVAppType from)
           
 
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
 

Constructor Detail

SectionForVApp

public SectionForVApp(Class<S> sectionType)
Method Detail

apply

public S apply(AbstractVAppType from)
Specified by:
apply in interface com.google.common.base.Function<AbstractVAppType,S extends org.jclouds.dmtf.ovf.SectionType>


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