public static class MakefileHelper.MakefileResponse extends Object
Constructor and Description |
---|
MakefileHelper.MakefileResponse(List<File> includeDirectories,
StringBuilder makeFile,
boolean leaveTemporaryBuildArtifacts) |
Modifier and Type | Method and Description |
---|---|
void |
addSharedLibraryName(String sharedLibraryName) |
void |
addStaticLibraryName(String staticLibraryName) |
List<File> |
getIncludeDirectories() |
String |
getMakeFile() |
String |
getSharedLibraryList() |
String |
getStaticLibraryList() |
boolean |
hasSharedLibraryDepdendencies() |
boolean |
hasStaticLibraryDepdendencies() |
boolean |
isLeaveTemporaryBuildArtifacts() |
public MakefileHelper.MakefileResponse(List<File> includeDirectories, StringBuilder makeFile, boolean leaveTemporaryBuildArtifacts)
public String getMakeFile()
public boolean isLeaveTemporaryBuildArtifacts()
public boolean hasStaticLibraryDepdendencies()
public String getStaticLibraryList()
public void addStaticLibraryName(String staticLibraryName)
public boolean hasSharedLibraryDepdendencies()
public String getSharedLibraryList()
public void addSharedLibraryName(String sharedLibraryName)
Copyright © 2014–2016 simpligility technologies inc.. All rights reserved.