com.github.maven_nar
Class AOL
java.lang.Object
com.github.maven_nar.AOL
public class AOL
- extends Object
- Version:
- $Id$
- Author:
- Mark Donszelmann
|
Method Summary |
String |
getKey()
Returns an AOL key (arch.os.linker) to search in the properties files. |
boolean |
hasLinker(String linker)
|
String |
toString()
Returns an AOL string (arch-os-linker) to use as directory or file. |
AOL
public AOL(String aol)
AOL
public AOL(String architecture,
String os,
String linkerName)
toString
public final String toString()
- Returns an AOL string (arch-os-linker) to use as directory or file.
- Overrides:
toString in class Object
- Returns:
- dash separated AOL
hasLinker
public final boolean hasLinker(String linker)
getKey
public final String getKey()
- Returns an AOL key (arch.os.linker) to search in the properties files.
- Returns:
- dot separated AOL
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.