]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/Input.java
Fixed the issue caused by introducing INCLUDE_PATH property;
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / Input.java
index b940e8da4b7afef020123c03647021ce7d12b5e4..088d37883b03b67b473448d22d083ded90b5d721 100644 (file)
@@ -15,30 +15,10 @@ package org.tianocore.framework.tasks;
 \r
 /**\r
  Input class is defined to be as nested elements of other elements, to specify \r
- the path of file(s)\r
+ the path of file(s).\r
  **/\r
-public class Input {\r
-    private String filePath;\r
-    \r
-    public Input() {\r
-        \r
-    }\r
-\r
-    /**\r
-     Standard set method of ANT task, for "file" attribute\r
-\r
-     @param     path    The path of a file\r
-     **/\r
-    public void setFile(String path) {\r
-        filePath = path;\r
-    }\r
-\r
-    /**\r
-     Standard get method of ANT task, for "file" attribute\r
-\r
-     @returns   The path of current specified file.\r
-     **/\r
-    public String getFile() {\r
-        return filePath;\r
+public class Input extends NestElement {\r
+    public String toString() {\r
+        return super.toString(" -f ");\r
     }\r
 }\r