Uses of Class
org.javastro.ivoa.entities.resource.applications.ExecutionEnvironment
Packages that use ExecutionEnvironment
-
Uses of ExecutionEnvironment in org.javastro.ivoa.entities.resource.applications
Fields in org.javastro.ivoa.entities.resource.applications declared as ExecutionEnvironmentModifier and TypeFieldDescriptionprotected final ExecutionEnvironmentExecutionEnvironment.Builder._storedValueFields in org.javastro.ivoa.entities.resource.applications with type parameters of type ExecutionEnvironmentModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<ExecutionEnvironment,String> ExecutionEnvironment.PropInfo.ARCHITECTUREstatic final com.kscs.util.jaxb.CollectionPropertyInfo<ExecutionEnvironment,String> ExecutionEnvironment.PropInfo.DOWNLOADSprotected List<ExecutionEnvironment>DesktopApplication.executableshow to obtain the executablestatic final com.kscs.util.jaxb.CollectionPropertyInfo<DesktopApplication,ExecutionEnvironment> DesktopApplication.PropInfo.EXECUTABLESprotected List<ExecutionEnvironment>SoftwareLibrary.librariesstatic final com.kscs.util.jaxb.CollectionPropertyInfo<SoftwareLibrary,ExecutionEnvironment> SoftwareLibrary.PropInfo.LIBRARIESstatic final com.kscs.util.jaxb.SinglePropertyInfo<ExecutionEnvironment,String> ExecutionEnvironment.PropInfo.MAX_VERSIONstatic final com.kscs.util.jaxb.SinglePropertyInfo<ExecutionEnvironment,String> ExecutionEnvironment.PropInfo.MIN_VERSIONstatic final com.kscs.util.jaxb.SinglePropertyInfo<ExecutionEnvironment,String> ExecutionEnvironment.PropInfo.PATHstatic final com.kscs.util.jaxb.SinglePropertyInfo<ExecutionEnvironment,String> ExecutionEnvironment.PropInfo.PLATFORMstatic final com.kscs.util.jaxb.SinglePropertyInfo<ExecutionEnvironment,String> ExecutionEnvironment.PropInfo.SUBTYPEMethods in org.javastro.ivoa.entities.resource.applications with type parameters of type ExecutionEnvironmentModifier and TypeMethodDescriptionprotected <_P extends ExecutionEnvironment>
_PExecutionEnvironment.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.applications that return ExecutionEnvironmentModifier and TypeMethodDescriptionExecutionEnvironment.Builder.build()ExecutionEnvironment.clone()ExecutionEnvironment.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) ExecutionEnvironment.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ExecutionEnvironment.createCopy()ExecutionEnvironment.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createExecutionEnvironment()Create an instance ofExecutionEnvironmentExecutionEnvironment.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.applications that return types with arguments of type ExecutionEnvironmentModifier and TypeMethodDescriptionDesktopApplication.getExecutables()how to obtain the executable Gets the value of the executables property.DesktopApplication.Modifier.getExecutables()SoftwareLibrary.getLibraries()Gets the value of the libraries property.SoftwareLibrary.Modifier.getLibraries()Methods in org.javastro.ivoa.entities.resource.applications with parameters of type ExecutionEnvironmentModifier and TypeMethodDescriptionDesktopApplication.Builder.addExecutables(ExecutionEnvironment... executables) Adds the given items to the value of "executables"SoftwareLibrary.Builder.addLibraries(ExecutionEnvironment... libraries) Adds the given items to the value of "libraries"static ExecutionEnvironment.Builder<Void>ExecutionEnvironment.copyExcept(ExecutionEnvironment _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ExecutionEnvironment.Builder.copyOf(ExecutionEnvironment _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) DesktopApplication.Builder.withExecutables(ExecutionEnvironment... executables) Sets the new value of "executables" (any previous value will be replaced)SoftwareLibrary.Builder.withLibraries(ExecutionEnvironment... libraries) Sets the new value of "libraries" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.applications with type arguments of type ExecutionEnvironmentModifier and TypeMethodDescriptionDesktopApplication.Builder.addExecutables(Iterable<? extends ExecutionEnvironment> executables) Adds the given items to the value of "executables"SoftwareLibrary.Builder.addLibraries(Iterable<? extends ExecutionEnvironment> libraries) Adds the given items to the value of "libraries"DesktopApplication.Builder.withExecutables(Iterable<? extends ExecutionEnvironment> executables) Sets the new value of "executables" (any previous value will be replaced)SoftwareLibrary.Builder.withLibraries(Iterable<? extends ExecutionEnvironment> libraries) Sets the new value of "libraries" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.applications with parameters of type ExecutionEnvironmentModifierConstructorDescriptionBuilder(_B _parentBuilder, ExecutionEnvironment _other, boolean _copy) Builder(_B _parentBuilder, ExecutionEnvironment _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)