Uses of Class
com.iizix.prop.ClasspathEntry
Packages that use ClasspathEntry
Uses of ClasspathEntry in com.iizix.prop
Methods in com.iizix.prop that return ClasspathEntryModifier and TypeMethodDescriptionstatic ClasspathEntryClasspathEntry.fromString(String string) Creates a new instance of ClasspathEntry from a string that came fromtoString().ModuleProjectSettings.getClasspathEntries()Gets the classpath entries for the module project.Method parameters in com.iizix.prop with type arguments of type ClasspathEntryModifier and TypeMethodDescriptionbooleanModuleProjectSettings.setClasspath(Collection<ClasspathEntry> classpath) Sets the classpath.