class documentation

class _MavenArtifactLocal(_Fetcher):

Constructor: _MavenArtifactLocal(artifact)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method fetch Copy the artifact from the local maven repository at os.environ(HOME)/.m2 to the given path.
Instance Variable artifact Undocumented
def __init__(self, artifact: MavenArtifact):

Undocumented

def fetch(self, targetPath: Path):

Copy the artifact from the local maven repository at os.environ(HOME)/.m2 to the given path.

artifact =

Undocumented