|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A linker for executables, and static and dynamic libraries.
Method Summary | |
java.lang.String |
getLibraryKey(java.io.File libname)
Extracts the significant part of a library name to ensure there aren't collisions |
java.io.File[] |
getLibraryPath()
returns the library path for the linker |
java.lang.String[] |
getLibraryPatterns(java.lang.String[] libnames)
Returns a set of filename patterns corresponding to library names. |
Linker |
getLinker(LinkType linkType)
Gets the linker for the specified link type. |
boolean |
isCaseSensitive()
Returns true if the linker is case-sensitive |
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Processor |
bid,
createConfiguration,
getIdentifier,
getOutputFileName |
Method Detail |
public java.io.File[] getLibraryPath()
public Linker getLinker(LinkType linkType)
public java.lang.String[] getLibraryPatterns(java.lang.String[] libnames)
libnames
- array of library namespublic boolean isCaseSensitive()
public java.lang.String getLibraryKey(java.io.File libname)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |