public class EclipseIncrementalBuildContext extends AbstractEclipseBuildContext
AbstractEclipseBuildContext.Messagecontext| Constructor and Description |
|---|
EclipseIncrementalBuildContext(org.eclipse.core.resources.IResourceDelta delta,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.core.resources.IResource |
getBaseResource() |
boolean |
hasDelta(File file) |
protected boolean |
hasDelta(org.eclipse.core.runtime.IPath path) |
boolean |
hasDelta(List relPaths) |
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, getMessages, getRelativePath, getRemoveMessages, getResource, getValue, isUptodate, newFileOutputStream, refresh, removeMessages, setCurrentBuildParticipantId, setValuepublic boolean hasDelta(String relPath)
protected boolean hasDelta(org.eclipse.core.runtime.IPath path)
public boolean hasDelta(List relPaths)
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.IResource getBaseResource()
getBaseResource in class AbstractEclipseBuildContextpublic boolean isIncremental()
Copyright © 2005-2013 Sonatype, Inc.. All Rights Reserved.