Interface SourceBinaryPair
-
- All Known Implementing Classes:
SourceBinaryPairImpl
public interface SourceBinaryPair
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.lang.String>getArgs()java.lang.StringgetComponentName()booleangetCpp()java.util.Set<java.lang.String>getMacros()SourcegetSource()booleanisExecutable()booleanisSharedLibrary()
-
-
-
Method Detail
-
getSource
Source getSource()
-
getComponentName
java.lang.String getComponentName()
-
getCpp
boolean getCpp()
-
getArgs
java.util.Set<java.lang.String> getArgs()
-
getMacros
java.util.Set<java.lang.String> getMacros()
-
isSharedLibrary
boolean isSharedLibrary()
-
isExecutable
boolean isExecutable()
-
-