com.github.maven_nar
Class NarFileLayout10

java.lang.Object
  extended by com.github.maven_nar.NarFileLayout10
All Implemented Interfaces:
NarFileLayout

public class NarFileLayout10
extends Object
implements NarFileLayout

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

Constructor Summary
NarFileLayout10()
           
 
Method Summary
 String getBinDirectory(String aol)
          Specifies where binaries are stored
 String getIncludeDirectory()
          Specifies where includes are stored
 String getLibDirectory(String aol, 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 String getIncludeDirectory()
Description copied from interface: NarFileLayout
Specifies where includes are stored

Specified by:
getIncludeDirectory in interface NarFileLayout
Returns:

getLibDirectory

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

Specified by:
getLibDirectory in interface NarFileLayout
Returns:

getBinDirectory

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

Specified by:
getBinDirectory in interface NarFileLayout
Returns:


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