Class ProjectJarProperties
- java.lang.Object
-
- com.ensoftcorp.open.commons.utilities.project.AnalysisPropertiesInitializer
-
- com.ensoftcorp.open.java.commons.project.ProjectJarProperties
-
public class ProjectJarProperties extends com.ensoftcorp.open.commons.utilities.project.AnalysisPropertiesInitializer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjectJarProperties.Jarstatic classProjectJarProperties.JarType
-
Constructor Summary
Constructors Constructor Description ProjectJarProperties()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.LinkedList<java.io.File>findJars(java.io.File directory)static java.util.Set<ProjectJarProperties.Jar>getApplicationJars(org.eclipse.core.resources.IProject project)static java.util.Set<ProjectJarProperties.Jar>getJars(org.eclipse.core.resources.IProject project)static java.util.Set<ProjectJarProperties.Jar>getLibraryJars(org.eclipse.core.resources.IProject project)static java.util.Set<ProjectJarProperties.Jar>getRuntimeJars(org.eclipse.core.resources.IProject project)voidinitialize(org.eclipse.core.resources.IProject project, org.w3c.dom.Document properties)booleansupportsProject(org.eclipse.core.resources.IProject project)
-
-
-
Method Detail
-
getJars
public static java.util.Set<ProjectJarProperties.Jar> getJars(org.eclipse.core.resources.IProject project) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getApplicationJars
public static java.util.Set<ProjectJarProperties.Jar> getApplicationJars(org.eclipse.core.resources.IProject project) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getRuntimeJars
public static java.util.Set<ProjectJarProperties.Jar> getRuntimeJars(org.eclipse.core.resources.IProject project) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getLibraryJars
public static java.util.Set<ProjectJarProperties.Jar> getLibraryJars(org.eclipse.core.resources.IProject project) throws java.lang.Exception
- Throws:
java.lang.Exception
-
supportsProject
public boolean supportsProject(org.eclipse.core.resources.IProject project)
- Specified by:
supportsProjectin classcom.ensoftcorp.open.commons.utilities.project.AnalysisPropertiesInitializer
-
initialize
public void initialize(org.eclipse.core.resources.IProject project, org.w3c.dom.Document properties)- Specified by:
initializein classcom.ensoftcorp.open.commons.utilities.project.AnalysisPropertiesInitializer
-
findJars
public static java.util.LinkedList<java.io.File> findJars(java.io.File directory)
-
-