|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRunCrystalCommand
A command to run certain crystal analyses on certain files. Should not require any internal knowledge of Crystal so that it can be created by Eclipse buttons and menus. Internally, Crystal will translate a command to run analyses into actual jobs.
Method Summary | |
---|---|
Set<String> |
analyses()
A set of analyses to run. |
Collection<? extends ITypeRoot> |
compilationUnits()
A list of compilation units that the analyses will be run on. |
IAnalysisReporter |
reporter()
The reporter to be used. |
Method Detail |
---|
Set<String> analyses()
Collection<? extends ITypeRoot> compilationUnits()
IAnalysisReporter reporter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |