]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/toolchain/ToolChainConfig.java
moved exception and logger classes to org.tianocore.common package
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / toolchain / ToolChainConfig.java
index 891035ca1efa1e4904350e1151b2e6aef8f534f3..4082c6dd43682c3998d89593b802190caeb3adbd 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   ToolChainConfig class.\r
-  \r
+\r
   ToolChainFactory class parse all config files and get tool chain information.\r
-  \r
+\r
 Copyright (c) 2006, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -16,7 +16,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 package org.tianocore.build.toolchain;\r
 \r
 import org.apache.tools.ant.BuildException;\r
-import org.tianocore.exception.EdkException;\r
+\r
+import org.tianocore.common.exception.EdkException;\r
 import org.tianocore.build.toolchain.ToolChainKey;\r
 import org.tianocore.build.toolchain.ToolChainMap;\r
 \r
@@ -26,9 +27,9 @@ import java.util.Set;
 \r
 \r
 /**\r
\r
+\r
   ToolChainFactory class parse all config files and get tool chain information.\r
-  \r
+\r
  **/\r
 public class ToolChainConfig {\r
     ///\r
@@ -37,7 +38,7 @@ public class ToolChainConfig {
     private ToolChainMap config = null;\r
     ///\r
     /// tool chain information (how many targets, archs, etc.)\r
-    /// \r
+    ///\r
     private ToolChainInfo info = new ToolChainInfo();\r
 \r
     /**\r
@@ -48,7 +49,7 @@ public class ToolChainConfig {
 \r
     /**\r
       Public construct method.\r
-      \r
+\r
       @param toolChainFile File object representing the tool chain configuration file\r
     **/\r
     public ToolChainConfig (File toolChainFile) {\r
@@ -64,7 +65,7 @@ public class ToolChainConfig {
     /**\r
      Collect target, tool chain tag, arch and command information from key part\r
      of configuration\r
-      \r
+\r
      @param toolChainDefKey The set of keys in tool chain configuration\r
      **/\r
     private void parseToolChainDefKey (Set<ToolChainKey> toolChainDefKey) {\r
@@ -80,8 +81,8 @@ public class ToolChainConfig {
     }\r
 \r
     /**\r
-     Return the tool chain configuration information in a Map form \r
-      \r
+     Return the tool chain configuration information in a Map form\r
+\r
      @return ToolChainMap Tool chain configurations in a ToolChainMap\r
      **/\r
     public ToolChainMap getConfig() {\r
@@ -90,7 +91,7 @@ public class ToolChainConfig {
 \r
     /**\r
      Return the tool chain's target, arch, tag and commands information\r
-     \r
+\r
       @return ToolChainInfo\r
      **/\r
     public ToolChainInfo getConfigInfo() {\r
@@ -99,7 +100,7 @@ public class ToolChainConfig {
 \r
     /**\r
      override toString()\r
-     \r
+\r
      @return String The converted configuration string in name=value form\r
      **/\r
     public String toString() {\r