Class DistributerMap

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
net.sf.antcontrib.cpptasks.DistributerMap
All Implemented Interfaces:
Cloneable

public final class DistributerMap extends org.apache.tools.ant.types.DataType
Local to remote filename mapping (Experimental).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
    Canonical local file name.
    private String
    hosts that for which this map is valid.
    private String
    if property.
    private File
    local directory name.
    private String
    remote name.
    private char
    Separator (/ or \) character on remote system.
    private String
    unless property.

    Fields inherited from class org.apache.tools.ant.types.DataType

    checked, ref

    Fields inherited from class org.apache.tools.ant.ProjectComponent

    description, location, project
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Required by documentation generator.
    Gets local directory.
    Gets remote name for directory.
    boolean
    Returns true if the if and unless conditions (if any) are satisfied.
    void
    Sets hosts for which this mapping is valid.
    void
    setIf(String propName)
    Sets the property name for the 'if' condition.
    void
    setLocal(File value)
    Sets local directory for base of mapping.
    void
    Sets remote name for directory.
    void
    Sets the separator character (/ or \) for the remote system.
    void
    setUnless(String propName)
    Set the property name for the 'unless' condition.
    toRemote(String host, File localFile)
    Converts the local file name to the remote name for the same file.

    Methods inherited from class org.apache.tools.ant.types.DataType

    checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString

    Methods inherited from class org.apache.tools.ant.ProjectComponent

    getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • ifCond

      private String ifCond
      if property.
    • unlessCond

      private String unlessCond
      unless property.
    • localName

      private File localName
      local directory name.
    • canonicalPath

      private String canonicalPath
      Canonical local file name.
    • remoteName

      private String remoteName
      remote name.
    • remoteSeparator

      private char remoteSeparator
      Separator (/ or \) character on remote system.
    • hosts

      private String hosts
      hosts that for which this map is valid.
  • Constructor Details

    • DistributerMap

      public DistributerMap()
      Constructor.
  • Method Details

    • execute

      public void execute()
      Required by documentation generator.
    • isActive

      public boolean isActive()
      Returns true if the if and unless conditions (if any) are satisfied.
      Returns:
      true if this object is active.
    • setIf

      public void setIf(String propName)
      Sets the property name for the 'if' condition. This object will be ignored unless the property is defined. The value of the property is insignificant, but values that would imply misinterpretation ("false", "no") will throw an exception when evaluated.
      Parameters:
      propName - property name
    • setUnless

      public void setUnless(String propName)
      Set the property name for the 'unless' condition. If named property is set, the define will be ignored. The value of the property is insignificant, but values that would imply misinterpretation ("false", "no") of the behavior will throw an exception when evaluated.
      Parameters:
      propName - name of property
    • getLocal

      public File getLocal()
      Gets local directory.
      Returns:
      local directory, may be null.
    • getRemote

      public String getRemote()
      Gets remote name for directory.
      Returns:
      remote name, may be null.
    • toRemote

      public String toRemote(String host, File localFile)
      Converts the local file name to the remote name for the same file.
      Parameters:
      host - host
      localFile - local file
      Returns:
      remote name for local file, null if unknown.
    • setLocal

      public void setLocal(File value)
      Sets local directory for base of mapping.
      Parameters:
      value - value
    • setRemote

      public void setRemote(String value)
      Sets remote name for directory.
      Parameters:
      value - remote name for directory
    • setRemoteSeparator

      public void setRemoteSeparator(String value)
      Sets the separator character (/ or \) for the remote system.
      Parameters:
      value - separator character
    • setHosts

      public void setHosts(String value)
      Sets hosts for which this mapping is valid.
      Parameters:
      value - hosts