public class EclipseBuildContext extends AbstractEclipseBuildContext
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.core.resources.IProject |
project |
context| Constructor and Description |
|---|
EclipseBuildContext(org.eclipse.core.resources.IProject project,
Map<String,Object> context,
IIncrementalBuildFramework.BuildResultCollector results) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.core.resources.IProject |
getBaseResource() |
boolean |
hasDelta(File file) |
boolean |
hasDelta(List relpath) |
boolean |
hasDelta(String relpath) |
boolean |
isIncremental() |
org.codehaus.plexus.util.Scanner |
newDeleteScanner(File basedir) |
org.codehaus.plexus.util.Scanner |
newScanner(File basedir) |
org.codehaus.plexus.util.Scanner |
newScanner(File basedir,
boolean ignoreDelta) |
addError, addMessage, addWarning, getFiles, getRelativePath, getResource, getValue, isUptodate, newFileOutputStream, refresh, release, removeMessages, setValuepublic EclipseBuildContext(org.eclipse.core.resources.IProject project,
Map<String,Object> context,
IIncrementalBuildFramework.BuildResultCollector results)
public boolean hasDelta(String relpath)
public boolean hasDelta(List relpath)
public boolean hasDelta(File file)
public org.codehaus.plexus.util.Scanner newDeleteScanner(File basedir)
public org.codehaus.plexus.util.Scanner newScanner(File basedir)
public org.codehaus.plexus.util.Scanner newScanner(File basedir, boolean ignoreDelta)
protected org.eclipse.core.resources.IProject getBaseResource()
getBaseResource in class AbstractEclipseBuildContextpublic boolean isIncremental()
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.