com.dragome.commons.compiler.classpath.ClasspathEntry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dragome-js-commons Show documentation
Show all versions of dragome-js-commons Show documentation
Dragome SDK module: commons
The newest version!
package com.dragome.commons.compiler.classpath;
import java.util.List;
import java.util.jar.JarOutputStream;
public interface ClasspathEntry
{
ClasspathFile getClasspathFileOf(String relativeName);
List getAllFilesNamesFiltering(ClasspathFileFilter classpathFilter);
void copyFilesToJar(JarOutputStream jos);
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy