Uses of Class
org.javastro.ivoa.entities.resource.applications.ExecutionEnvironment.Builder
Packages that use ExecutionEnvironment.Builder
-
Uses of ExecutionEnvironment.Builder in org.javastro.ivoa.entities.resource.applications
Methods in org.javastro.ivoa.entities.resource.applications that return ExecutionEnvironment.BuilderModifier and TypeMethodDescriptionExecutionEnvironment.Builder.addDownloads(Iterable<? extends String> downloads) Adds the given items to the value of "downloads"ExecutionEnvironment.Builder.addDownloads(String... downloads) Adds the given items to the value of "downloads"ExecutionEnvironment.Builder<? extends DesktopApplication.Builder<_B>>DesktopApplication.Builder.addExecutables()Returns a new builder to build an additional value of the "Executables" property.ExecutionEnvironment.Builder<? extends SoftwareLibrary.Builder<_B>>SoftwareLibrary.Builder.addLibraries()Returns a new builder to build an additional value of the "Libraries" property.static ExecutionEnvironment.Builder<Void>ExecutionEnvironment.builder()static ExecutionEnvironment.Builder<Void>ExecutionEnvironment.copyExcept(ExecutionEnvironment _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ExecutionEnvironment.Builder.copyOf(ExecutionEnvironment _other) ExecutionEnvironment.Builder.copyOf(ExecutionEnvironment.Builder _other) static <_B> ExecutionEnvironment.Builder<_B>ExecutionEnvironment.copyOf(ExecutionEnvironment _other) static <_B> ExecutionEnvironment.Builder<_B>ExecutionEnvironment.copyOf(ExecutionEnvironment _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ExecutionEnvironment.Builder<Void>ExecutionEnvironment.copyOnly(ExecutionEnvironment _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ExecutionEnvironment.newCopyBuilder()<_B> ExecutionEnvironment.Builder<_B>ExecutionEnvironment.newCopyBuilder(_B _parentBuilder) <_B> ExecutionEnvironment.Builder<_B>ExecutionEnvironment.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ExecutionEnvironment.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ExecutionEnvironment.Builder.withArchitecture(String architecture) Sets the new value of "architecture" (any previous value will be replaced)ExecutionEnvironment.Builder.withDownloads(Iterable<? extends String> downloads) Sets the new value of "downloads" (any previous value will be replaced)ExecutionEnvironment.Builder.withDownloads(String... downloads) Sets the new value of "downloads" (any previous value will be replaced)ExecutionEnvironment.Builder.withMaxVersion(String maxVersion) Sets the new value of "maxVersion" (any previous value will be replaced)ExecutionEnvironment.Builder.withMinVersion(String minVersion) Sets the new value of "minVersion" (any previous value will be replaced)Sets the new value of "path" (any previous value will be replaced)ExecutionEnvironment.Builder.withPlatform(String platform) Sets the new value of "platform" (any previous value will be replaced)ExecutionEnvironment.Builder.withSubtype(String subtype) Sets the new value of "subtype" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.applications with parameters of type ExecutionEnvironment.BuilderModifier and TypeMethodDescriptionExecutionEnvironment.Builder.copyOf(ExecutionEnvironment.Builder _other) <_B> voidExecutionEnvironment.copyTo(ExecutionEnvironment.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidExecutionEnvironment.copyTo(ExecutionEnvironment.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.