public class IjProject extends Object
Constructor and Description |
---|
IjProject(TargetGraph targetGraph,
JavaPackageFinder javaPackageFinder,
JavaFileParser javaFileParser,
ProjectFilesystem projectFilesystem,
IjProjectConfig projectConfig,
ProjectFilesystem outFilesystem) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<BuildTarget> |
update()
Write a subset of the project to disk, specified by the targets passed on the command line.
|
com.google.common.collect.ImmutableSet<BuildTarget> |
write()
Write the project to disk.
|
public IjProject(TargetGraph targetGraph, JavaPackageFinder javaPackageFinder, JavaFileParser javaFileParser, ProjectFilesystem projectFilesystem, IjProjectConfig projectConfig, ProjectFilesystem outFilesystem)
public com.google.common.collect.ImmutableSet<BuildTarget> write() throws IOException
BuildTarget
s which should be built in order for the project to index
correctly.IOException
public com.google.common.collect.ImmutableSet<BuildTarget> update() throws IOException
BuildTarget
s which should be built in to allow indexingIOException