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 ClasspathEntry
ClasspathEntry. 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 boolean
ModuleProjectSettings. setClasspath(java.util.Collection<ClasspathEntry> classpath)
Sets the classpath.