Class RunTargetCommand

    • Constructor Detail

      • RunTargetCommand

        public RunTargetCommand()
    • Method Detail

      • getTarget

        public java.lang.String getTarget()
      • setTarget

        public void setTarget​(java.lang.String target)
      • getProperties

        public java.util.Vector getProperties()
      • setProperties

        public void setProperties​(java.util.Vector properties)
      • getReferences

        public java.util.Vector getReferences()
      • setReferences

        public void setReferences​(java.util.Vector references)
      • isInheritall

        public boolean isInheritall()
      • setInheritall

        public void setInheritall​(boolean inheritall)
      • isInteritrefs

        public boolean isInteritrefs()
      • setInteritrefs

        public void setInteritrefs​(boolean interitrefs)
      • addConfiguredProperty

        public void addConfiguredProperty​(PropertyContainer property)
      • addConfiguredReference

        public void addConfiguredReference​(ReferenceContainer reference)
      • validate

        public void validate​(org.apache.tools.ant.Project project)
        Description copied from interface: Command
        This should throw a build exception if the parameters are invalid.
        Specified by:
        validate in interface Command
      • execute

        public boolean execute​(org.apache.tools.ant.Project project,
                               long contentLength,
                               java.io.InputStream content)
                        throws java.lang.Throwable
        Description copied from interface: Command
        Execute the command.
        Specified by:
        execute in interface Command
        Parameters:
        project - The project which is being executed
        Returns:
        If true, the connection will be closed
        Throws:
        java.lang.Throwable