com.github.maven_nar
Class AOL

java.lang.Object
  extended by com.github.maven_nar.AOL

public class AOL
extends Object

Version:
$Id$
Author:
Mark Donszelmann

Constructor Summary
AOL(String aol)
           
AOL(String architecture, String os, String linkerName)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AOL

public AOL(String aol)

AOL

public AOL(String architecture,
           String os,
           String linkerName)
Method Detail

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.