mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
move the Java-specific parts into their own method
This commit is contained in:
@@ -114,7 +114,13 @@ public class Library extends LocalContribution {
|
||||
libraryFolder = new File(folder, "library");
|
||||
examplesFolder = new File(folder, "examples");
|
||||
referenceFile = new File(folder, "reference/index.html");
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Handles all the Java-specific parsing for library handling.
|
||||
*/
|
||||
protected void handle() {
|
||||
File exportSettings = new File(libraryFolder, "export.txt");
|
||||
StringDict exportTable = exportSettings.exists() ?
|
||||
Util.readSettings(exportSettings) : new StringDict();
|
||||
|
||||
Reference in New Issue
Block a user