Uses of Class
org.esa.snap.core.gpf.descriptor.dependency.BundleType
-
Packages that use BundleType Package Description org.esa.snap.core.gpf.descriptor.dependency -
-
Uses of BundleType in org.esa.snap.core.gpf.descriptor.dependency
Methods in org.esa.snap.core.gpf.descriptor.dependency that return BundleType Modifier and Type Method Description BundleType
Bundle. getBundleType()
Returns the type of the bundle provided with the adapter.static BundleType
BundleType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BundleType[]
BundleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.esa.snap.core.gpf.descriptor.dependency with parameters of type BundleType Modifier and Type Method Description void
Bundle. setBundleType(BundleType bundleType)
Sets the bundle type of the adapter.Constructors in org.esa.snap.core.gpf.descriptor.dependency with parameters of type BundleType Constructor Description Bundle(ToolAdapterOperatorDescriptor descriptor, BundleType bundleType, String targetLocation)
-