mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
12 lines
318 B
Java
12 lines
318 B
Java
// "Create property 'appOutputPath' in 'X'" "true-preview"
|
|
class X {
|
|
void initOutputChecker() {
|
|
getAppOutputPath();
|
|
}
|
|
|
|
protected RunContentDescriptor executeConfiguration() {
|
|
ApplicationManager.getApplication().invokeLater(() -> {
|
|
|
|
public void getAppOutputPath() {
|
|
return appOutputPath;
|
|
} |