public class EclipseBuildContext extends AbstractEclipseBuildContext
AbstractEclipseBuildContext.Message
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) |
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, getMessages, getRelativePath, getRemoveMessages, getResource, getValue, isUptodate, newFileOutputStream, refresh, removeMessages, setCurrentBuildParticipantId, setValue
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 AbstractEclipseBuildContext
public boolean isIncremental()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.