Uses of Class
org.javastro.ivoa.entities.resource.applications.SoftwareLibrary
Packages that use SoftwareLibrary
-
Uses of SoftwareLibrary in org.javastro.ivoa.entities.resource.applications
Methods in org.javastro.ivoa.entities.resource.applications that return SoftwareLibraryModifier and TypeMethodDescriptionObjectFactory.createSoftwareLibrary()Create an instance ofSoftwareLibrarySoftwareLibrary.withAltIdentifiers(String... values) SoftwareLibrary.withAltIdentifiers(Collection<String> values) SoftwareLibrary.withContent(Content value) SoftwareLibrary.withCreated(LocalDateTime value) SoftwareLibrary.withCuration(Curation value) SoftwareLibrary.withDataFormats(Collection<DataFormat> values) SoftwareLibrary.withDataFormats(DataFormat... values) SoftwareLibrary.withIdentifier(String value) SoftwareLibrary.withLibraries(Collection<ExecutionEnvironment> values) SoftwareLibrary.withLibraries(ExecutionEnvironment... values) SoftwareLibrary.withLicence(String value) SoftwareLibrary.withOpenSource(Boolean value) SoftwareLibrary.withShortName(String value) SoftwareLibrary.withSourceCodeURL(String value) SoftwareLibrary.withSourceLanguages(String... values) SoftwareLibrary.withSourceLanguages(Collection<String> values) SoftwareLibrary.withStatus(String value) SoftwareLibrary.withUpdated(LocalDateTime value) SoftwareLibrary.withValidationLevels(Collection<Validation> values) SoftwareLibrary.withValidationLevels(Validation... values) SoftwareLibrary.withVersion(String value) SoftwareLibrary.withVoStandards(Collection<ApplicationCapability> values) SoftwareLibrary.withVoStandards(ApplicationCapability... values)