Uses of Class
com.github.maven_nar.AOL

Packages that use AOL
com.github.maven_nar   
 

Uses of AOL in com.github.maven_nar
 

Methods in com.github.maven_nar that return AOL
protected  AOL AbstractNarMojo.getAOL()
           
 AOL NarInfo.getAOL(AOL aol)
           
static AOL NarUtil.getAOL(org.apache.maven.project.MavenProject project, String architecture, String os, Linker linker, String aol, org.apache.maven.plugin.logging.Log log)
           
 

Methods in com.github.maven_nar with parameters of type AOL
 void NarInfo.addNar(AOL aol, String type, String nar)
           
protected  boolean AbstractCompileMojo.failOnError(AOL aol)
           
 AOL NarInfo.getAOL(AOL aol)
           
 List NarManager.getAttachedNarDependencies(List narArtifacts, AOL archOsLinker, String type)
          Returns a list of all attached nar dependencies for a specific binding and "noarch", but not where "local" is specified
 String[] NarInfo.getAttachedNars(AOL aol, String type)
           
 String NarInfo.getBinding(AOL aol, String defaultBinding)
          No binding means default binding.
protected  File AbstractNarMojo.getJavaHome(AOL aol)
           
 String NarInfo.getLibs(AOL aol)
           
protected  int AbstractCompileMojo.getMaxCores(AOL aol)
           
 String NarInfo.getOptions(AOL aol)
           
 String NarInfo.getOutput(AOL aol, String defaultOutput)
           
protected  String AbstractCompileMojo.getOutput(AOL aol, String type)
           
 String NarInfo.getProperty(AOL aol, String key)
           
 boolean NarInfo.getProperty(AOL aol, String key, boolean defaultValue)
           
 File NarInfo.getProperty(AOL aol, String key, File defaultValue)
           
 int NarInfo.getProperty(AOL aol, String key, int defaultValue)
           
 String NarInfo.getProperty(AOL aol, String key, String defaultValue)
           
protected  String AbstractCompileMojo.getRuntime(AOL aol)
           
 String NarInfo.getSysLibs(AOL aol)
           
 void NarInfo.setBinding(AOL aol, String value)
           
 void NarInfo.setNar(AOL aol, String type, String nar)
           
 void NarInfo.setOutput(AOL aol, String value)
           
 void NarLayout.unpackNar(File baseDir, org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager, File file, String os, String linkerName, AOL defaultAOL)
          Called to unpack a nar file
 void NarLayout21.unpackNar(File unpackDirectory, org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager, File file, String os, String linkerName, AOL defaultAOL)
           
 void NarLayout20.unpackNar(File unpackDir, org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager, File file, String os, String linkerName, AOL defaultAOL)
           
protected  void AbstractNarLayout.unpackNarAndProcess(org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager, File file, File narLocation, String os, String linkerName, AOL defaultAOL)
           
protected  boolean AbstractCompileMojo.useLibtool(AOL aol)
           
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.