public abstract class RefreshExclusionFactory extends Object
Constructor and Description |
---|
RefreshExclusionFactory() |
Modifier and Type | Method and Description |
---|---|
abstract RefreshExclusion |
createNewExclusion()
Creates a new RefreshExclusion.
|
abstract ExclusionInstance |
createNewExclusionInstance()
Creates a new ExclusionInstance
|
abstract String |
getExclusionClassname()
Returns the fully qualified classname of the type of the object that will be returned by
org.eclipse.cdt.core.resources.RefreshExclusionFactory.createNewExclusion()
|
abstract String |
getInstanceClassname()
Returns the fully qualified classname of the type of the object that will be returned by
org.eclipse.cdt.core.resources.RefreshExclusionFactory.createNewExclusionInstance()
|
public abstract RefreshExclusion createNewExclusion()
public abstract ExclusionInstance createNewExclusionInstance()
public abstract String getExclusionClassname()
public abstract String getInstanceClassname()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.