程序包 | 说明 |
---|---|
com.github.maven_nar |
限定符和类型 | 类和说明 |
---|---|
class |
AbstractNarLayout |
class |
NarLayout20
Initial layout which expands a nar file into:
nar/includue
nar/bin
nar/lib
this layout was abandoned because there is no one-to-one relation between the
nar file and its directory structure.
|
class |
NarLayout21
Layout which expands a nar file into:
nar/noarch/include
nar/aol/
|
限定符和类型 | 方法和说明 |
---|---|
protected NarLayout |
AbstractNarMojo.getLayout() |
static NarLayout |
AbstractNarLayout.getLayout(String layoutName,
org.apache.maven.plugin.logging.Log log) |
限定符和类型 | 方法和说明 |
---|---|
void |
NarManager.unpackAttachedNars(List narArtifacts,
org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager,
String classifier,
String os,
NarLayout layout,
File unpackDir) |
Copyright © 2005-2017 NAR Maven Plugin developers. All Rights Reserved.