Uses of Class
com.mayam.wf.siteconfig.Artifacts.Artifact
Packages that use Artifacts.Artifact
-
Uses of Artifacts.Artifact in com.mayam.wf.siteconfig
Methods in com.mayam.wf.siteconfig that return Artifacts.ArtifactModifier and TypeMethodDescriptionstatic Artifacts.Artifact
Artifacts.artifactByJarPath
(String path) static Artifacts.Artifact
Artifacts.artifactByJarUrl
(URL url) SiteConfig.coreArtifact()
The Maven artifact containing the running core web application or, if not applicable, that of the wf-siteconfig found in classpath.static Artifacts.Artifact
Artifacts.getArtifact
(ClassLoader classLoader, String groupId, String artifactId) Detects version number and packaging for an identified artifact.static Artifacts.Artifact
Artifacts.getArtifact
(String groupId, String artifactId) Detects version number and packaging for an identified artifact.SiteConfig.siteArtifact()
The Maven artifact used as site library containing configuration and additional logic.Methods in com.mayam.wf.siteconfig that return types with arguments of type Artifacts.ArtifactModifier and TypeMethodDescriptionstatic List
<Artifacts.Artifact> Artifacts.scanArtifacts()
Scans the classpath and returns a list of all artifacts found.static Optional
<Artifacts.Artifact> Artifacts.webappArtifact()
If applicable, returns an Artifact describing the war file making up the bulk of the current classpath.