com.github.maven_nar
Interface NarFileLayout

All Known Implementing Classes:
NarFileLayout10

public interface NarFileLayout

Defines the layout inside the nar file.

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

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
 

Method Detail

getLibDirectory

String getLibDirectory(String aol,
                       String type)
Specifies where libraries are stored

Returns:

getIncludeDirectory

String getIncludeDirectory()
Specifies where includes are stored

Returns:

getBinDirectory

String getBinDirectory(String aol)
Specifies where binaries are stored

Returns:


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