org.apache.hadoop.hive.ql.util
Class DosToUnix

java.lang.Object
  extended by org.apache.hadoop.hive.ql.util.DosToUnix

public class DosToUnix
extends Object


Constructor Summary
DosToUnix()
           
 
Method Summary
static String convertWindowsScriptToUnix(File windowsScriptFile)
           
static String getUnixScriptNameFor(String windowsScriptFilename)
           
static boolean isWindowsScript(File file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DosToUnix

public DosToUnix()
Method Detail

convertWindowsScriptToUnix

public static String convertWindowsScriptToUnix(File windowsScriptFile)
                                         throws Exception
Throws:
Exception

getUnixScriptNameFor

public static String getUnixScriptNameFor(String windowsScriptFilename)

isWindowsScript

public static boolean isWindowsScript(File file)


Copyright © 2014 The Apache Software Foundation. All rights reserved.