Klasse AntUnit.ReferenceSet
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.ant.antunit.AntUnit.ReferenceSet
- Alle implementierten Schnittstellen:
Cloneable
- Umschließende Klasse:
AntUnit
public static class AntUnit.ReferenceSet
extends org.apache.tools.ant.ProjectComponent
Defines a collection of inherited
references,
with an optional nested Mapper that maps them to new
reference IDs in the target project.-
Feldübersicht
Von Klasse geerbte Felder org.apache.tools.ant.ProjectComponent
description, location, project -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidaddReference(AntUnit.Reference reference) voidcopyReferencesInto(org.apache.tools.ant.Project newProject) Copy all identified references into the target project, applying any name mapping required by a nested mapper element.org.apache.tools.ant.types.MapperCreate a nested mapper element.voidConfigure a single mapper to translate reference IDs.Von Klasse geerbte Methoden org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
-
Konstruktordetails
-
ReferenceSet
public ReferenceSet()
-
-
Methodendetails
-
addReference
-
createMapper
public org.apache.tools.ant.types.Mapper createMapper()Create a nested mapper element.- Gibt zurück:
Mapper
-
setMapper
-
copyReferencesInto
public void copyReferencesInto(org.apache.tools.ant.Project newProject) Copy all identified references into the target project, applying any name mapping required by a nested mapper element.- Parameter:
newProject- the target project to copy references into
-