Package org.opoo.press.impl

Examples of org.opoo.press.impl.StaticFileImpl


    SourceEntry sourceEntry = loadSourceEntry(assets, file);
    copyStaticFile(sourceEntry);
  }
 
  private void copyStaticFile(SourceEntry sourceEntry){
    StaticFileImpl staticFile = new StaticFileImpl(site, sourceEntry);
    staticFile.write(site.getDestination());
  }
View Full Code Here

TOP

Related Classes of org.opoo.press.impl.StaticFileImpl

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.