Package ai.djl.repository
Class Metadata.MatchAllMetadata
- java.lang.Object
-
- ai.djl.repository.Metadata
-
- ai.djl.repository.Metadata.MatchAllMetadata
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ai.djl.repository.Metadata
Metadata.MatchAllMetadata
-
-
Field Summary
-
Fields inherited from class ai.djl.repository.Metadata
artifactId, artifacts, groupId, licenses
-
-
Constructor Summary
Constructors Constructor Description MatchAllMetadata()Creates aMatchAllMetadatainstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Artifact>search(VersionRange versionRange, java.util.Map<java.lang.String,java.lang.String> filter)Returns the artifacts matching the version and property requirements.-
Methods inherited from class ai.djl.repository.Metadata
addArtifact, addLicense, getApplication, getArtifactId, getArtifacts, getDescription, getGroupId, getLastUpdated, getLicenses, getMetadataVersion, getName, getRepositoryUri, getResourceType, getWebsite, init, setApplication, setArtifactId, setArtifacts, setDescription, setGroupId, setLastUpdated, setLicense, setMetadataVersion, setName, setRepositoryUri, setResourceType, setWebsite
-
-
-
-
Method Detail
-
search
public java.util.List<Artifact> search(VersionRange versionRange, java.util.Map<java.lang.String,java.lang.String> filter)
Returns the artifacts matching the version and property requirements.
-
-