Uses of Class
org.esa.snap.core.gpf.descriptor.dependency.BundleLocation
-
Packages that use BundleLocation Package Description org.esa.snap.core.gpf.descriptor.dependency -
-
Uses of BundleLocation in org.esa.snap.core.gpf.descriptor.dependency
Methods in org.esa.snap.core.gpf.descriptor.dependency that return BundleLocation Modifier and Type Method Description BundleLocation
Bundle. getLocation()
Returns the type of the bundle location.static BundleLocation
BundleLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static BundleLocation[]
BundleLocation. 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 BundleLocation Modifier and Type Method Description void
Bundle. setLocation(BundleLocation value)
Sets the type of the bundle location
-