All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webpiecesxxxxxpackage.meta.JavaCache Maven / Gradle / Ivy

Go to download

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

The newest version!
package webpiecesxxxxxpackage.meta;

import java.io.File;

import org.webpieces.compiler.api.CompileConfig;
import org.webpieces.util.file.FileFactory;
import org.webpieces.util.file.VirtualFile;

public class JavaCache {

	public static File getCacheLocation() {
		return FileFactory.newCacheLocation("WEBPIECESxAPPNAMECache/precompressedFiles");
	}

	public static VirtualFile getByteCache() {
		return CompileConfig.getHomeCacheDir("WEBPIECESxAPPNAMECache/devserver-bytecode");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy