public class ProgletsBuilder extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
build() |
static boolean |
build(boolean webdoc) |
static boolean |
build(String targetDir) |
static boolean |
build(String[] proglets) |
static boolean |
build(String[] proglets,
boolean webdoc) |
static boolean |
build(String[] proglets,
String targetDir) |
static boolean |
build(String[] proglets,
String targetDir,
boolean webdoc) |
static boolean |
build(String targetDir,
boolean webdoc) |
static boolean |
canBuildProglets() |
static String[] |
getProglets() |
static String[] |
getProglets(String[] names) |
static void |
log(String text) |
static void |
log(String text,
boolean onlyVerbose) |
static void |
setVerbose(boolean v) |
public static void setVerbose(boolean v)
public static boolean canBuildProglets()
public static String[] getProglets()
public static boolean build(String[] proglets, boolean webdoc)
public static boolean build(String targetDir, boolean webdoc)
public static boolean build(String[] proglets)
public static boolean build(String targetDir)
public static boolean build(boolean webdoc)
public static boolean build()
public static void log(String text, boolean onlyVerbose)
public static void log(String text)
Copyright © 2024. All rights reserved.