public class Mirror
extends org.apache.tools.ant.types.DataType
| Constructor and Description |
|---|
Mirror() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthentication(Authentication authentication) |
Authentication |
getAuthentication() |
String |
getId() |
String |
getMirrorOf() |
protected Mirror |
getRef() |
String |
getType() |
String |
getUrl() |
void |
setAuthRef(org.apache.tools.ant.types.Reference ref) |
void |
setId(String id) |
void |
setMirrorOf(String mirrorOf) |
void |
setProject(org.apache.tools.ant.Project project) |
void |
setRefid(org.apache.tools.ant.types.Reference ref) |
void |
setType(String type) |
void |
setUrl(String url) |
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toStringpublic void setProject(org.apache.tools.ant.Project project)
setProject in class org.apache.tools.ant.ProjectComponentprotected Mirror getRef()
public void setRefid(org.apache.tools.ant.types.Reference ref)
setRefid in class org.apache.tools.ant.types.DataTypepublic String getId()
public void setId(String id)
public String getUrl()
public void setUrl(String url)
public String getType()
public void setType(String type)
public String getMirrorOf()
public void setMirrorOf(String mirrorOf)
public void addAuthentication(Authentication authentication)
public Authentication getAuthentication()
public void setAuthRef(org.apache.tools.ant.types.Reference ref)
Copyright © 2010–2016 The Eclipse Foundation. All rights reserved.