HADOOP-18453. Fix typo: a os-native -> an os-native
This commit is contained in:
parent
8ce71c8882
commit
db300fbdea
|
@ -11247,7 +11247,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -11260,7 +11260,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -11274,7 +11274,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -11308,7 +11308,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -11321,7 +11321,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -11335,7 +11335,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -11496,7 +11496,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -11509,7 +11509,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -11523,7 +11523,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -9277,7 +9277,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -9290,7 +9290,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -9304,7 +9304,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -10366,7 +10366,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -10379,7 +10379,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -10393,7 +10393,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -10408,7 +10408,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -10421,7 +10421,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -10435,7 +10435,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -10623,7 +10623,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -10636,7 +10636,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -10650,7 +10650,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -11468,7 +11468,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -11481,7 +11481,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -11494,7 +11494,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell
|
||||
and avoids script injection attacks.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
|
@ -11509,7 +11509,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -11779,7 +11779,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -11792,7 +11792,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -11805,7 +11805,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell
|
||||
and avoids script injection attacks.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
|
@ -11820,7 +11820,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -11789,7 +11789,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -11802,7 +11802,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -11815,7 +11815,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell
|
||||
and avoids script injection attacks.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
|
@ -11830,7 +11830,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -12406,7 +12406,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -12419,7 +12419,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -12432,7 +12432,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell
|
||||
and avoids script injection attacks.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
|
@ -12447,7 +12447,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -12406,7 +12406,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -12419,7 +12419,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -12432,7 +12432,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell
|
||||
and avoids script injection attacks.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
|
@ -12447,7 +12447,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -3972,7 +3972,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3985,7 +3985,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3999,7 +3999,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -5900,7 +5900,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -5913,7 +5913,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -5927,7 +5927,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -6907,7 +6907,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -6920,7 +6920,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -6934,7 +6934,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -9018,7 +9018,7 @@ order written.</p>]]>
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -9031,7 +9031,7 @@ order written.</p>]]>
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
|
|
@ -9563,7 +9563,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -9576,7 +9576,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
|
|
@ -3573,7 +3573,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3586,7 +3586,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
|
|
@ -3573,7 +3573,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3586,7 +3586,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
|
|
@ -3805,7 +3805,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3818,7 +3818,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3832,7 +3832,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -3805,7 +3805,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3818,7 +3818,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3832,7 +3832,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -3805,7 +3805,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3818,7 +3818,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3832,7 +3832,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -3969,7 +3969,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3982,7 +3982,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3996,7 +3996,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -3969,7 +3969,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3982,7 +3982,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3996,7 +3996,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -3969,7 +3969,7 @@
|
|||
<param name="filename" type="java.lang.String"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param filename The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3982,7 +3982,7 @@
|
|||
<param name="file" type="java.io.File"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@return The unix pathname
|
||||
@throws IOException on windows, there can be problems with the subprocess]]>
|
||||
|
@ -3996,7 +3996,7 @@
|
|||
<param name="makeCanonicalPath" type="boolean"/>
|
||||
<exception name="IOException" type="java.io.IOException"/>
|
||||
<doc>
|
||||
<![CDATA[Convert a os-native filename to a path that works for the shell.
|
||||
<![CDATA[Convert an os-native filename to a path that works for the shell.
|
||||
@param file The filename to convert
|
||||
@param makeCanonicalPath
|
||||
Whether to make canonical path for the file passed
|
||||
|
|
|
@ -649,7 +649,7 @@ public class FileUtil {
|
|||
}
|
||||
|
||||
/**
|
||||
* Convert a os-native filename to a path that works for the shell.
|
||||
* Convert an os-native filename to a path that works for the shell.
|
||||
* @param filename The filename to convert
|
||||
* @return The unix pathname
|
||||
* @throws IOException on windows, there can be problems with the subprocess
|
||||
|
@ -659,7 +659,7 @@ public class FileUtil {
|
|||
}
|
||||
|
||||
/**
|
||||
* Convert a os-native filename to a path that works for the shell.
|
||||
* Convert an os-native filename to a path that works for the shell.
|
||||
* @param file The filename to convert
|
||||
* @return The unix pathname
|
||||
* @throws IOException on windows, there can be problems with the subprocess
|
||||
|
@ -669,7 +669,7 @@ public class FileUtil {
|
|||
}
|
||||
|
||||
/**
|
||||
* Convert a os-native filename to a path that works for the shell
|
||||
* Convert an os-native filename to a path that works for the shell
|
||||
* and avoids script injection attacks.
|
||||
* @param file The filename to convert
|
||||
* @return The unix pathname
|
||||
|
@ -685,7 +685,7 @@ public class FileUtil {
|
|||
}
|
||||
|
||||
/**
|
||||
* Convert a os-native filename to a path that works for the shell.
|
||||
* Convert an os-native filename to a path that works for the shell.
|
||||
* @param file The filename to convert
|
||||
* @param makeCanonicalPath
|
||||
* Whether to make canonical path for the file passed
|
||||
|
|
|
@ -182,7 +182,7 @@ public abstract class ResourceCalculatorProcessTree extends Configured {
|
|||
}
|
||||
}
|
||||
|
||||
// No class given, try a os specific class
|
||||
// No class given, try an os specific class
|
||||
if (ProcfsBasedProcessTree.isAvailable()) {
|
||||
return new ProcfsBasedProcessTree(pid);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue