Uses of Class
com.iizix.prop.ClasspathEntry
Packages that use ClasspathEntry Package Description com.iizix.prop Uses of ClasspathEntry in com.iizix.prop
Methods in com.iizix.prop that return ClasspathEntry Modifier and Type Method Description static ClasspathEntryClasspathEntry. fromString(java.lang.String string)Creates a new instance of ClasspathEntry from a string that came fromtoString().ClasspathEntry[]ModuleProjectSettings. getClasspathEntries()Gets the classpath entries for the module project.Method parameters in com.iizix.prop with type arguments of type ClasspathEntry Modifier and Type Method Description booleanModuleProjectSettings. setClasspath(java.util.Collection<ClasspathEntry> classpath)Sets the classpath.