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 with type parameters of type ExecutionEnvironmentModifier and TypeFieldDescriptionprotected List<ExecutionEnvironment>DesktopApplication.executableshow to obtain the executableprotected List<ExecutionEnvironment>SoftwareLibrary.librariesMethods in org.javastro.ivoa.entities.resource.applications that return ExecutionEnvironmentModifier and TypeMethodDescriptionObjectFactory.createExecutionEnvironment()Create an instance ofExecutionEnvironmentExecutionEnvironment.withArchitecture(String value) ExecutionEnvironment.withDownloads(String... values) ExecutionEnvironment.withDownloads(Collection<String> values) ExecutionEnvironment.withMaxVersion(String value) ExecutionEnvironment.withMinVersion(String value) ExecutionEnvironment.withPlatform(String value) ExecutionEnvironment.withSubtype(String value) 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.SoftwareLibrary.getLibraries()Gets the value of the libraries property.Methods in org.javastro.ivoa.entities.resource.applications with parameters of type ExecutionEnvironmentModifier and TypeMethodDescriptionDesktopApplication.withExecutables(ExecutionEnvironment... values) SoftwareLibrary.withLibraries(ExecutionEnvironment... values) Method parameters in org.javastro.ivoa.entities.resource.applications with type arguments of type ExecutionEnvironmentModifier and TypeMethodDescriptionDesktopApplication.withExecutables(Collection<ExecutionEnvironment> values) SoftwareLibrary.withLibraries(Collection<ExecutionEnvironment> values)