Skip to content

ismaildurmaz/primefaces-themeroller-unpacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

primefaces-themeroller-unpacker

Primefaces Themeroller Theme Unpacker

// sample

ThemeUnpacker themeDownloader = new ThemeUnpacker();
themeDownloader.setClearDestination(true);
themeDownloader.setThemeName("blue");
themeDownloader.setDestinationDirectory("c:\\project\\src\\main\\webapp\\resources\\primefaces-blue");
themeDownloader.unpack("C:\\Downloads\\jquery-ui-1.9.2.custom.zip");

About

Primefaces Themeroller Theme Unpacker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages