Package org.pentaho.platform.plugin.services.importexport.ImportSource

Examples of org.pentaho.platform.plugin.services.importexport.ImportSource.IRepositoryFileBundle


          RepositoryFile repoFile =
              new RepositoryFile.Builder( file.getName() ).folder( isDir ).hidden( false ).build();
          String parentDir =
              new File( entryName ).getParent() == null ? RepositoryFile.SEPARATOR : new File( entryName ).getParent()
                  + RepositoryFile.SEPARATOR;
          IRepositoryFileBundle repoFileBundle =
              new RepositoryFileBundle( repoFile, null, parentDir, tempFile, "UTF-8", null );

          if ( file.getName().equals( "exportManifest.xml" ) ) {
            initializeAclManifest( repoFileBundle );
          } else {
View Full Code Here

TOP

Related Classes of org.pentaho.platform.plugin.services.importexport.ImportSource.IRepositoryFileBundle

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.