Uses of Class
org.javastro.ivoa.entities.resource.applications.DesktopApplication.Builder
Packages that use DesktopApplication.Builder
-
Uses of DesktopApplication.Builder in org.javastro.ivoa.entities.resource.applications
Methods in org.javastro.ivoa.entities.resource.applications that return DesktopApplication.BuilderModifier and TypeMethodDescriptionDesktopApplication.Builder.addAltIdentifiers(Iterable<? extends String> altIdentifiers) Adds the given items to the value of "altIdentifiers"DesktopApplication.Builder.addAltIdentifiers(String... altIdentifiers) Adds the given items to the value of "altIdentifiers"DesktopApplication.Builder.addDataFormats(Iterable<? extends DataFormat> dataFormats) Adds the given items to the value of "dataFormats"DesktopApplication.Builder.addDataFormats(DataFormat... dataFormats) Adds the given items to the value of "dataFormats"DesktopApplication.Builder.addDependsOns(Iterable<? extends String> dependsOns) Adds the given items to the value of "dependsOns"DesktopApplication.Builder.addDependsOns(String... dependsOns) Adds the given items to the value of "dependsOns"DesktopApplication.Builder.addExecutables(Iterable<? extends ExecutionEnvironment> executables) Adds the given items to the value of "executables"DesktopApplication.Builder.addExecutables(ExecutionEnvironment... executables) Adds the given items to the value of "executables"DesktopApplication.Builder.addSourceLanguages(Iterable<? extends String> sourceLanguages) Adds the given items to the value of "sourceLanguages"DesktopApplication.Builder.addSourceLanguages(String... sourceLanguages) Adds the given items to the value of "sourceLanguages"DesktopApplication.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"DesktopApplication.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"DesktopApplication.Builder.addVoStandards(Iterable<? extends ApplicationCapability> voStandards) Adds the given items to the value of "voStandards"DesktopApplication.Builder.addVoStandards(ApplicationCapability... voStandards) Adds the given items to the value of "voStandards"static DesktopApplication.Builder<Void>DesktopApplication.builder()static DesktopApplication.Builder<Void>DesktopApplication.copyExcept(Application _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static DesktopApplication.Builder<Void>DesktopApplication.copyExcept(DesktopApplication _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static DesktopApplication.Builder<Void>DesktopApplication.copyExcept(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree) DesktopApplication.Builder.copyOf(DesktopApplication _other) DesktopApplication.Builder.copyOf(DesktopApplication.Builder _other) static <_B> DesktopApplication.Builder<_B>DesktopApplication.copyOf(Application _other) static <_B> DesktopApplication.Builder<_B>DesktopApplication.copyOf(Application _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> DesktopApplication.Builder<_B>DesktopApplication.copyOf(DesktopApplication _other) static <_B> DesktopApplication.Builder<_B>DesktopApplication.copyOf(DesktopApplication _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> DesktopApplication.Builder<_B>static <_B> DesktopApplication.Builder<_B>DesktopApplication.copyOf(Resource _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static DesktopApplication.Builder<Void>DesktopApplication.copyOnly(Application _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static DesktopApplication.Builder<Void>DesktopApplication.copyOnly(DesktopApplication _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static DesktopApplication.Builder<Void>DesktopApplication.newCopyBuilder()<_B> DesktopApplication.Builder<_B>DesktopApplication.newCopyBuilder(_B _parentBuilder) <_B> DesktopApplication.Builder<_B>DesktopApplication.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) DesktopApplication.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) DesktopApplication.Builder.withAltIdentifiers(Iterable<? extends String> altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)DesktopApplication.Builder.withAltIdentifiers(String... altIdentifiers) Sets the new value of "altIdentifiers" (any previous value will be replaced)DesktopApplication.Builder.withBinarySize(Integer binarySize) Sets the new value of "binarySize" (any previous value will be replaced)DesktopApplication.Builder.withContent(Content content) Sets the new value of "content" (any previous value will be replaced)Sets the new value of "cost" (any previous value will be replaced)DesktopApplication.Builder.withCreated(LocalDateTime created) Sets the new value of "created" (any previous value will be replaced)DesktopApplication.Builder.withCuration(Curation curation) Sets the new value of "curation" (any previous value will be replaced)DesktopApplication.Builder.withDataFormats(Iterable<? extends DataFormat> dataFormats) Sets the new value of "dataFormats" (any previous value will be replaced)DesktopApplication.Builder.withDataFormats(DataFormat... dataFormats) Sets the new value of "dataFormats" (any previous value will be replaced)DesktopApplication.Builder.withDependsOns(Iterable<? extends String> dependsOns) Sets the new value of "dependsOns" (any previous value will be replaced)DesktopApplication.Builder.withDependsOns(String... dependsOns) Sets the new value of "dependsOns" (any previous value will be replaced)DesktopApplication.Builder.withExecutables(Iterable<? extends ExecutionEnvironment> executables) Sets the new value of "executables" (any previous value will be replaced)DesktopApplication.Builder.withExecutables(ExecutionEnvironment... executables) Sets the new value of "executables" (any previous value will be replaced)DesktopApplication.Builder.withIdentifier(String identifier) Sets the new value of "identifier" (any previous value will be replaced)DesktopApplication.Builder.withLicence(String licence) Sets the new value of "licence" (any previous value will be replaced)DesktopApplication.Builder.withMemoryRequirement(String memoryRequirement) Sets the new value of "memoryRequirement" (any previous value will be replaced)DesktopApplication.Builder.withNetwork(NetworkRequirement network) Sets the new value of "network" (any previous value will be replaced)DesktopApplication.Builder.withOpenSource(Boolean openSource) Sets the new value of "openSource" (any previous value will be replaced)DesktopApplication.Builder.withShortName(String shortName) Sets the new value of "shortName" (any previous value will be replaced)DesktopApplication.Builder.withSourceCodeURL(String sourceCodeURL) Sets the new value of "sourceCodeURL" (any previous value will be replaced)DesktopApplication.Builder.withSourceLanguages(Iterable<? extends String> sourceLanguages) Sets the new value of "sourceLanguages" (any previous value will be replaced)DesktopApplication.Builder.withSourceLanguages(String... sourceLanguages) Sets the new value of "sourceLanguages" (any previous value will be replaced)DesktopApplication.Builder.withStatus(String status) Sets the new value of "status" (any previous value will be replaced)Sets the new value of "title" (any previous value will be replaced)DesktopApplication.Builder.withUpdated(LocalDateTime updated) Sets the new value of "updated" (any previous value will be replaced)DesktopApplication.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)DesktopApplication.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)DesktopApplication.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)DesktopApplication.Builder.withVoStandards(Iterable<? extends ApplicationCapability> voStandards) Sets the new value of "voStandards" (any previous value will be replaced)DesktopApplication.Builder.withVoStandards(ApplicationCapability... voStandards) Sets the new value of "voStandards" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.applications that return types with arguments of type DesktopApplication.BuilderModifier and TypeMethodDescriptionExecutionEnvironment.Builder<? extends DesktopApplication.Builder<_B>>DesktopApplication.Builder.addExecutables()Returns a new builder to build an additional value of the "Executables" property.Content.Builder<? extends DesktopApplication.Builder<_B>>DesktopApplication.Builder.withContent()Returns the existing builder or a new builder to build the value of the "content" property.Curation.Builder<? extends DesktopApplication.Builder<_B>>DesktopApplication.Builder.withCuration()Returns the existing builder or a new builder to build the value of the "curation" property.Methods in org.javastro.ivoa.entities.resource.applications with parameters of type DesktopApplication.BuilderModifier and TypeMethodDescriptionDesktopApplication.Builder.copyOf(DesktopApplication.Builder _other) <_B> voidDesktopApplication.copyTo(DesktopApplication.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidDesktopApplication.copyTo(DesktopApplication.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.