org.apache.maven.plugin.nar
Class NarFileLayout10

java.lang.Object
  extended by org.apache.maven.plugin.nar.NarFileLayout10
All Implemented Interfaces:
NarFileLayout

public class NarFileLayout10
extends java.lang.Object
implements NarFileLayout

Author:
Mark Donszelmann (Mark.Donszelmann@gmail.com)

Constructor Summary
NarFileLayout10()
           
 
Method Summary
 java.lang.String getBinDirectory(java.lang.String aol)
          Specifies where binaries are stored
 java.lang.String getIncludeDirectory()
          Specifies where includes are stored
 java.lang.String getLibDirectory(java.lang.String aol, java.lang.String type)
          Specifies where libraries are stored
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NarFileLayout10

public NarFileLayout10()
Method Detail

getIncludeDirectory

public java.lang.String getIncludeDirectory()
Description copied from interface: NarFileLayout
Specifies where includes are stored

Specified by:
getIncludeDirectory in interface NarFileLayout
Returns:

getLibDirectory

public java.lang.String getLibDirectory(java.lang.String aol,
                                        java.lang.String type)
Description copied from interface: NarFileLayout
Specifies where libraries are stored

Specified by:
getLibDirectory in interface NarFileLayout
Returns:

getBinDirectory

public java.lang.String getBinDirectory(java.lang.String aol)
Description copied from interface: NarFileLayout
Specifies where binaries are stored

Specified by:
getBinDirectory in interface NarFileLayout
Returns:


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