public interface JkArtifactLocator
Modifier and Type | Method and Description |
---|---|
default java.util.List<JkArtifactId> |
getArtifactIds()
Returns all the artifact ids likely to be produced by this artifact producer.
|
java.nio.file.Path |
getArtifactPath(JkArtifactId artifactId)
Returns file ofSystem path where is supposed to be produced the specified artifact file id.
|
default java.lang.String |
getMainArtifactExt()
Returns the extension used by the main artifact.
|
default JkArtifactId |
getMainArtifactId()
Returns the main artifact file id for this producer.
|
default java.nio.file.Path |
getMainArtifactPath()
Returns the main artifact path.
|
default java.util.List<java.nio.file.Path> |
getMissingFiles()
Returns non existing files matching for artifacts.
|
java.nio.file.Path getArtifactPath(JkArtifactId artifactId)
default JkArtifactId getMainArtifactId()
default java.lang.String getMainArtifactExt()
default java.util.List<JkArtifactId> getArtifactIds()
default java.nio.file.Path getMainArtifactPath()
default java.util.List<java.nio.file.Path> getMissingFiles()