Modifier and Type | Field and Description |
---|---|
protected Project |
FileAnalyzer.project |
Project |
JFlexXref.project |
Modifier and Type | Method and Description |
---|---|
void |
FileAnalyzer.setProject(Project project) |
static java.io.Reader |
ExpandTabsReader.wrap(java.io.Reader in,
Project p)
Wrap a reader in an ExpandTabsReader if the project has custom tab
size settings.
|
static void |
AnalyzerGuru.writeXref(FileAnalyzerFactory factory,
java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project)
Write a browsable version of the file
|
void |
FileAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project)
Write a cross referenced HTML file.
|
Modifier and Type | Method and Description |
---|---|
void |
CAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
void |
CxxAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
CSharpAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
TroffAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
FortranAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
JavaAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
JavaScriptAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
LispAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
PerlAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
PhpAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
PlainAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
void |
XMLAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
PythonAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
ShAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
SQLAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
TclAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
VBAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
static Project |
Project.getByDescription(java.lang.String desc)
Returns project object by its description, used in webapp to figure out which project is to be searched
|
Project |
Configuration.getDefaultProject() |
Project |
RuntimeEnvironment.getDefaultProject()
Get the project that is specified to be the default project to use.
|
static Project |
Project.getProject(java.io.File file)
Get the project for a specific file
|
static Project |
Project.getProject(java.lang.String path)
Get the project for a specific file
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Project> |
Configuration.getProjects() |
java.util.List<Project> |
RuntimeEnvironment.getProjects()
Get all of the projects
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setDefaultProject(Project defaultProject) |
void |
RuntimeEnvironment.setDefaultProject(Project defaultProject)
Set the project that is specified to be the default project to use.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setProjects(java.util.List<Project> projects) |
void |
RuntimeEnvironment.setProjects(java.util.List<Project> projects)
Set the list of the projects
|
Constructor and Description |
---|
IndexDatabase(Project project)
Create a new instance of an Index Database for a given project
|
Modifier and Type | Method and Description |
---|---|
Project |
PageConfig.getProject()
Get the project
PageConfig.getPath() refers to. |