Modifier and Type | Method | Description |
---|---|---|
CreateDescriptor |
FileBuilder.createDescriptor(boolean collectAttributes) |
Creates a descriptor from the current Builder's state.
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract boolean |
CreateFromTemplateHandler.accept(CreateDescriptor desc) |
Method that allows a handler to reject a file.
|
Map<String,?> |
CreateFromTemplateAttributes.attributesFor(CreateDescriptor desc) |
Called when a template is about to be instantiated to provide additional
values to the
CreateFromTemplateHandler that will handle the
template instantiation. |
protected abstract List<org.openide.filesystems.FileObject> |
CreateFromTemplateHandler.createFromTemplate(CreateDescriptor desc) |
Handles the creation of new files.
|
static FileBuilder |
FileBuilder.fromDescriptor(CreateDescriptor desc) |
Creates a Builder based on the CreateDescriptor.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.