Class ExoExpression


  • @Deprecated
    public class ExoExpression
    extends Object
    Deprecated.
    Created by The eXo Platform SAS Author : Chung Nguyen nguyenchung136@yahoo.com Feb 8, 2006
    • Field Detail

      • entryName

        public static String entryName
        Deprecated.
      • outFileName

        public static String outFileName
        Deprecated.
      • pathOut

        public static String pathOut
        Deprecated.
    • Constructor Detail

      • ExoExpression

        public ExoExpression()
        Deprecated.
    • Method Detail

      • ZipExcute

        public ByteArrayInputStream ZipExcute​(File file)
                                       throws Exception
        Deprecated.
        Method accept Zip one File
        Parameters:
        file - : File input
        Returns:
        : ByteArrayInputStream
        Throws:
        Exception - : FileNotFoundException
      • setEntry

        public static void setEntry​(String entry)
        Deprecated.
      • getEntry

        public static String getEntry()
        Deprecated.
      • setOutFileName

        public static void setOutFileName​(String fileName)
        Deprecated.
        Parameters:
        fileName - : Name of File Zip out
      • getOutFileName

        public static String getOutFileName()
        Deprecated.
      • setPathOut

        public static void setPathOut​(String dir)
        Deprecated.
        Parameters:
        dir - : Directory Out
      • getPathOut

        public static String getPathOut()
        Deprecated.
      • getDirOut

        public String getDirOut()
        Deprecated.
        Returns:
        Dir of Zip File
      • getZipByteToFolder

        public ByteArrayInputStream getZipByteToFolder​(File input,
                                                       boolean containParent)
                                                throws Exception
        Deprecated.
        Mothed accept Zip one Folder and Return ByteArrayInputStream of it after Zip
        Parameters:
        input - : File Folder input
        containParent - = true Folder is Parent
        Returns:
        ByteArrayInputStream after Zip
        Throws:
        Exception