createDirectoryStructureOptions(Composite optionsGroup, Font font) Create the buttons for the group that determine if the entire or
selected directory structure should be created.
getConflictingContainerNameFor(String targetDirectory) Returns the name of a container with a location that encompasses targetDirectory.
Returns null if there is no conflict.
Parameters: targetDirectory - the path of the directory to check.
Create the export destination specification widgets
Parameters: parent - org.eclipse.swt.widgets.Composite
createDirectoryStructureOptions
protected void createDirectoryStructureOptions(Composite optionsGroup, Font font)(Code)
Create the buttons for the group that determine if the entire or
selected directory structure should be created.
Parameters: optionsGroup - Parameters: font -
Attempts to ensure that the specified directory exists on the local file system.
Answers a boolean indicating success.
boolean Parameters: directory - java.io.File
If the target for export does not exist then attempt to create it.
Answer a boolean indicating whether the target exists (ie.- if it
either pre-existed or this method was able to create it)
boolean
The Finish button was pressed. Try to do the required work now and answer
a boolean indicating success. If false is returned then the wizard will
not close.
boolean
Returns the name of a container with a location that encompasses targetDirectory.
Returns null if there is no conflict.
Parameters: targetDirectory - the path of the directory to check. the conflicting container name or null