Uses of Class
adams.core.io.PlaceholderDirectory
-
-
Uses of PlaceholderDirectory in adams.core
Methods in adams.core that return PlaceholderDirectory Modifier and Type Method Description protected PlaceholderDirectory
PlaceholderDirectoryHistory. newInstance(String path)
Creates a new file object from the string. -
Uses of PlaceholderDirectory in adams.core.io
Fields in adams.core.io declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
AbstractFilenameGeneratorWithDirectory. m_Directory
the parent directory of the file.Methods in adams.core.io that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
AbstractFilenameGeneratorWithDirectory. getDirectory()
Returns the parent directory for the generated filename.static PlaceholderDirectory
ConsoleHelper. selectDirectory(String msg, PlaceholderDirectory initial)
Lets the user select a directory.Methods in adams.core.io with parameters of type PlaceholderDirectory Modifier and Type Method Description static File
TempUtils. createTempFile(PlaceholderDirectory dir, String prefix, String suffix)
Creates a temp file name in the specified directory.static PlaceholderDirectory
ConsoleHelper. selectDirectory(String msg, PlaceholderDirectory initial)
Lets the user select a directory.void
AbstractFilenameGeneratorWithDirectory. setDirectory(PlaceholderDirectory value)
Sets the parent directory for the generated filename. -
Uses of PlaceholderDirectory in adams.core.io.console
Methods in adams.core.io.console that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
Basic. selectDirectory(String msg, PlaceholderDirectory initial)
Lets the user select a directory.PlaceholderDirectory
Console. selectDirectory(String msg, PlaceholderDirectory initial)
Lets the user select a directory.Methods in adams.core.io.console with parameters of type PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
Basic. selectDirectory(String msg, PlaceholderDirectory initial)
Lets the user select a directory.PlaceholderDirectory
Console. selectDirectory(String msg, PlaceholderDirectory initial)
Lets the user select a directory. -
Uses of PlaceholderDirectory in adams.core.management
Fields in adams.core.management declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory[]
ExternalResourceClassPathAugmenter. m_Directories
the directories with classes to add to the classpath.Methods in adams.core.management that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory[]
ExternalResourceClassPathAugmenter. getDirectories()
Returns the directories to add to the classpath.Methods in adams.core.management with parameters of type PlaceholderDirectory Modifier and Type Method Description static com.github.fracpete.processoutput4j.output.CollectingProcessOutput
ProcessUtils. execute(String[] cmd, PlaceholderDirectory cwd)
Executes the commandline array and returns a result container.static com.github.fracpete.processoutput4j.output.CollectingProcessOutput
ProcessUtils. execute(String[] cmd, String[] env, PlaceholderDirectory cwd)
Executes the commandline array and returns a result container.static com.github.fracpete.processoutput4j.output.CollectingProcessOutput
ProcessUtils. execute(String[] cmd, String[] env, String input, PlaceholderDirectory cwd)
Executes the commandline array and returns a result container.static com.github.fracpete.processoutput4j.output.CollectingProcessOutput
ProcessUtils. execute(String[] cmd, HashMap<String,String> env, PlaceholderDirectory cwd)
Executes the commandline array and returns a result container.static com.github.fracpete.processoutput4j.output.CollectingProcessOutput
ProcessUtils. execute(String[] cmd, HashMap<String,String> env, String input, PlaceholderDirectory cwd)
Executes the commandline array and returns a result container.static com.github.fracpete.processoutput4j.output.CollectingProcessOutput
ProcessUtils. execute(String cmd, PlaceholderDirectory cwd)
Executes the command and returns a result container.static com.github.fracpete.processoutput4j.output.CollectingProcessOutput
ProcessUtils. execute(String cmd, String[] env, PlaceholderDirectory cwd)
Executes the command and returns a result container.static com.github.fracpete.processoutput4j.output.CollectingProcessOutput
ProcessUtils. execute(String cmd, String[] env, String input, PlaceholderDirectory cwd)
Executes the commandline array and returns a result container.static com.github.fracpete.processoutput4j.output.CollectingProcessOutput
ProcessUtils. execute(String cmd, HashMap<String,String> env, PlaceholderDirectory cwd)
Executes the command and returns a result container.static com.github.fracpete.processoutput4j.output.CollectingProcessOutput
ProcessUtils. execute(String cmd, HashMap<String,String> env, String input, PlaceholderDirectory cwd)
Executes the command and returns a result container.void
ExternalResourceClassPathAugmenter. setDirectories(PlaceholderDirectory[] value)
Sets the directories to add to the classpath. -
Uses of PlaceholderDirectory in adams.core.net
Fields in adams.core.net declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
SimpleMailer. m_WatchDir
the directory to watch.Methods in adams.core.net that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
SimpleMailer. getWatchDir()
Returns the directory to watch.Methods in adams.core.net with parameters of type PlaceholderDirectory Modifier and Type Method Description void
SimpleMailer. setWatchDir(PlaceholderDirectory value)
Sets the directory to watch. -
Uses of PlaceholderDirectory in adams.doc.listing
Fields in adams.doc.listing declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
OptionOutput. m_OutputDir
the output directory.Methods in adams.doc.listing that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
OptionOutput. getOutputDir()
Returns the output directory.Methods in adams.doc.listing with parameters of type PlaceholderDirectory Modifier and Type Method Description void
OptionOutput. setOutputDir(PlaceholderDirectory value)
Sets the output directory. -
Uses of PlaceholderDirectory in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
DirectoriesMatch. m_Directory
the directory to search.protected PlaceholderDirectory
DirectoryExists. m_Directory
the directory to look for.protected PlaceholderDirectory
FilesMatch. m_Directory
the directory to search.Methods in adams.flow.condition.bool that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
DirectoriesMatch. getDirectory()
Returns the directory to search.PlaceholderDirectory
DirectoryExists. getDirectory()
Returns the directory to look for.PlaceholderDirectory
FilesMatch. getDirectory()
Returns the directory to search.Methods in adams.flow.condition.bool with parameters of type PlaceholderDirectory Modifier and Type Method Description void
DirectoriesMatch. setDirectory(PlaceholderDirectory value)
Sets the directory to search.void
DirectoryExists. setDirectory(PlaceholderDirectory value)
Sets the directory to look for.void
FilesMatch. setDirectory(PlaceholderDirectory value)
Sets the directory to search. -
Uses of PlaceholderDirectory in adams.flow.control
Fields in adams.flow.control declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory[]
JDeps. m_ClasspathDirs
the classpath directories.Methods in adams.flow.control that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory[]
JDeps. getClasspathDirs()
Returns the classpath directories to use instead of the application's classpath.Methods in adams.flow.control with parameters of type PlaceholderDirectory Modifier and Type Method Description void
JDeps. setClasspathDirs(PlaceholderDirectory[] value)
Sets the classpath directories to use instead of the application's classpath. -
Uses of PlaceholderDirectory in adams.flow.core
Fields in adams.flow.core declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory[]
ActorUsage. m_Directories
the directories to traverse.Methods in adams.flow.core that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory[]
ActorUsage. getDirectories()
Returns the directories to traverse.Methods in adams.flow.core with parameters of type PlaceholderDirectory Modifier and Type Method Description void
ActorUsage. setDirectories(PlaceholderDirectory[] value)
Sets the directories to traverse. -
Uses of PlaceholderDirectory in adams.flow.sink
Fields in adams.flow.sink declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
NotesWriter. m_OutputDir
the output directory.protected PlaceholderDirectory
SendRemoteCommand. m_UnsuccessfulDir
the directory for the unsuccessful remote commands.Methods in adams.flow.sink that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
NotesWriter. getOutputDir()
Returns the output directory.PlaceholderDirectory
SendRemoteCommand. getUnsuccessfulDir()
Returns the directory to store the unsuccessful commands in.Methods in adams.flow.sink with parameters of type PlaceholderDirectory Modifier and Type Method Description void
NotesWriter. setOutputDir(PlaceholderDirectory value)
Sets the output directory.void
SendRemoteCommand. setUnsuccessfulDir(PlaceholderDirectory value)
Sets the directory to store the unsuccessful commands ins. -
Uses of PlaceholderDirectory in adams.flow.source
Fields in adams.flow.source declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory[]
DirectorySupplier. m_Directories
the directories to broadcast.protected PlaceholderDirectory
NewTempFile. m_Directory
the directory for the temp file.protected PlaceholderDirectory
SelectDirectory. m_InitialDirectory
the initial directory.protected PlaceholderDirectory
SelectFile. m_InitialDirectory
the initial directory.protected PlaceholderDirectory
WekaSelectDataset. m_InitialDirectory
the initial directory.Methods in adams.flow.source that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory[]
DirectorySupplier. getDirectories()
Returns the dirs to broadcast.PlaceholderDirectory
NewTempFile. getDirectory()
Returns the directory to use.PlaceholderDirectory
SelectDirectory. getInitialDirectory()
Returns the initial directory.PlaceholderDirectory
SelectFile. getInitialDirectory()
Returns the initial directory.PlaceholderDirectory
WekaSelectDataset. getInitialDirectory()
Returns the initial directory.PlaceholderDirectory
DirectoryLister. getWatchDir()
Returns the incoming directory.Methods in adams.flow.source with parameters of type PlaceholderDirectory Modifier and Type Method Description void
DirectorySupplier. setDirectories(PlaceholderDirectory[] value)
Sets the dirs to broadcast.void
NewTempFile. setDirectory(PlaceholderDirectory value)
Sets the directory to use.void
SelectDirectory. setInitialDirectory(PlaceholderDirectory value)
Sets the initial directory.void
SelectFile. setInitialDirectory(PlaceholderDirectory value)
Sets the initial directory.void
WekaSelectDataset. setInitialDirectory(PlaceholderDirectory value)
Sets the initial directory.void
DirectoryLister. setWatchDir(PlaceholderDirectory value)
Sets the incoming directory. -
Uses of PlaceholderDirectory in adams.flow.source.filesystemsearch
Methods in adams.flow.source.filesystemsearch that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
LocalDirectorySearch. getDirectory()
Returns the directory to search.PlaceholderDirectory
LocalDirectorySearchWithComparator. getDirectory()
Returns the directory to search.PlaceholderDirectory
LocalDirectorySearchWithCustomSort. getDirectory()
Returns the directory to search.PlaceholderDirectory
LocalFileSearch. getDirectory()
Returns the directory to search.Methods in adams.flow.source.filesystemsearch with parameters of type PlaceholderDirectory Modifier and Type Method Description void
LocalDirectorySearch. setDirectory(PlaceholderDirectory value)
Sets the directory to search.void
LocalDirectorySearchWithComparator. setDirectory(PlaceholderDirectory value)
Sets the directory to search.void
LocalDirectorySearchWithCustomSort. setDirectory(PlaceholderDirectory value)
Sets the directory to search.void
LocalFileSearch. setDirectory(PlaceholderDirectory value)
Sets the directory to search. -
Uses of PlaceholderDirectory in adams.flow.source.valuedefinition
Fields in adams.flow.source.valuedefinition declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
DirectoryValueDefinition. m_DefaultValue
the default directory.protected PlaceholderDirectory
FileValueDefinition. m_InitialDirectory
the initial directory.Methods in adams.flow.source.valuedefinition that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
DirectoryValueDefinition. getDefaultValue()
Returns the default of the value.PlaceholderDirectory
FileValueDefinition. getInitialDirectory()
Returns the initial directory.Methods in adams.flow.source.valuedefinition with parameters of type PlaceholderDirectory Modifier and Type Method Description void
DirectoryValueDefinition. setDefaultValue(PlaceholderDirectory value)
Sets the default of the value.void
FileValueDefinition. setInitialDirectory(PlaceholderDirectory value)
Sets the initial directory. -
Uses of PlaceholderDirectory in adams.flow.standalone
Fields in adams.flow.standalone declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
MakeDir. m_Directory
the directory to create.protected PlaceholderDirectory
DirWatch. m_Source
the directory to watch.protected PlaceholderDirectory
DirWatch. m_Target
the directory to move the files to.Methods in adams.flow.standalone that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
DeleteDir. getDirectory()
Returns the directory to delete the dirs in.PlaceholderDirectory
DeleteFile. getDirectory()
Returns the directory to delete the files in.PlaceholderDirectory
MakeDir. getDirectory()
Returns the directory to create.PlaceholderDirectory
DirWatch. getSource()
Returns the incoming directory.PlaceholderDirectory
DirWatch. getTarget()
Returns the move-to directory.Methods in adams.flow.standalone with parameters of type PlaceholderDirectory Modifier and Type Method Description void
DeleteDir. setDirectory(PlaceholderDirectory value)
Sets the directory to delete the dirs in.void
DeleteFile. setDirectory(PlaceholderDirectory value)
Sets the directory to delete the files in.void
MakeDir. setDirectory(PlaceholderDirectory value)
Sets the directory to create.void
DirWatch. setSource(PlaceholderDirectory value)
Sets the incoming directory.void
DirWatch. setTarget(PlaceholderDirectory value)
Sets the move-to directory. -
Uses of PlaceholderDirectory in adams.flow.template
Fields in adams.flow.template declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
IterateFilesWithProgressBar. m_Dir
the directory to search.Methods in adams.flow.template that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
IterateFilesWithProgressBar. getDir()
Returns the directory to search for files.Methods in adams.flow.template with parameters of type PlaceholderDirectory Modifier and Type Method Description void
IterateFilesWithProgressBar. setDir(PlaceholderDirectory value)
Sets the directory to search for files. -
Uses of PlaceholderDirectory in adams.flow.transformer
Fields in adams.flow.transformer declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
AbstractSingleDecompress. m_AlternativeOutputDir
the alternative output directory.protected PlaceholderDirectory
AbstractDataProcessor. m_Failed
the directory containing the elements that couldn't be processed.protected PlaceholderDirectory
AbstractDataContainerFileWriter. m_OutputDir
the output directory.protected PlaceholderDirectory
AbstractMultiDecompress. m_OutputDir
the output directory.protected PlaceholderDirectory
AbstractReportFileWriter. m_OutputDir
the output directory.protected PlaceholderDirectory
FTPGet. m_OutputDirectory
the output directory.protected PlaceholderDirectory
ScpFrom. m_OutputDirectory
the output directory.protected PlaceholderDirectory
SFTPGet. m_OutputDirectory
the output directory.protected PlaceholderDirectory
SMBGet. m_OutputDirectory
the output directory.protected PlaceholderDirectory
AbstractDataProcessor. m_Processed
the directory containing the elements that were processed successfully.protected PlaceholderDirectory
AbstractDataProcessor. m_Processing
the directory containing the elements being processed.protected PlaceholderDirectory
CopyFile. m_TargetDirectory
the target directory.Methods in adams.flow.transformer that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
AbstractSingleDecompress. getAlternativeOutputDir()
Returns the alternative output directory to use.PlaceholderDirectory
AbstractDataProcessor. getFailed()
Returns the "failed" directory.PlaceholderDirectory
AbstractDataContainerFileWriter. getOutputDir()
Returns the current output directory for the spectrums.PlaceholderDirectory
AbstractMultiDecompress. getOutputDir()
Returns the alternative output directory to use.PlaceholderDirectory
AbstractReportFileWriter. getOutputDir()
Returns the current output directory for the reports.PlaceholderDirectory
FTPGet. getOutputDirectory()
Returns the directory to store the downloaded files in.PlaceholderDirectory
ScpFrom. getOutputDirectory()
Returns the directory to store the downloaded files in.PlaceholderDirectory
SFTPGet. getOutputDirectory()
Returns the directory to store the downloaded files in.PlaceholderDirectory
SMBGet. getOutputDirectory()
Returns the directory to store the downloaded files in.PlaceholderDirectory
AbstractDataProcessor. getProcessed()
Returns the "processed" directory.PlaceholderDirectory
AbstractDataProcessor. getProcessing()
Returns the "processing" directory.PlaceholderDirectory
CopyFile. getTargetDirectory()
Returns the target directory for the files.Methods in adams.flow.transformer with parameters of type PlaceholderDirectory Modifier and Type Method Description void
AbstractSingleDecompress. setAlternativeOutputDir(PlaceholderDirectory value)
Sets alternative output directory to use.void
AbstractDataProcessor. setFailed(PlaceholderDirectory value)
Sets the "failed" directory.void
AbstractDataContainerFileWriter. setOutputDir(PlaceholderDirectory value)
Sets the output directory for the spectrums.void
AbstractMultiDecompress. setOutputDir(PlaceholderDirectory value)
Sets output directory to use.void
AbstractReportFileWriter. setOutputDir(PlaceholderDirectory value)
Sets the output directory for the reports.void
FTPGet. setOutputDirectory(PlaceholderDirectory value)
Sets the directory to store the downloaded files in.void
ScpFrom. setOutputDirectory(PlaceholderDirectory value)
Sets the directory to store the downloaded files in.void
SFTPGet. setOutputDirectory(PlaceholderDirectory value)
Sets the directory to store the downloaded files in.void
SMBGet. setOutputDirectory(PlaceholderDirectory value)
Sets the directory to store the downloaded files in.void
AbstractDataProcessor. setProcessed(PlaceholderDirectory value)
Sets the "processed" directory.void
AbstractDataProcessor. setProcessing(PlaceholderDirectory value)
Sets the "processing" directory.void
CopyFile. setTargetDirectory(PlaceholderDirectory value)
Sets the target directory for the files. -
Uses of PlaceholderDirectory in adams.gui.application
Fields in adams.gui.application declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory[]
AbstractApplicationFrame. m_DocumentationDirectories
the directories containing PDF documentation.Methods in adams.gui.application that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory[]
AbstractApplicationFrame. getDocumentationDirectories()
Returns the currently set directories with PDF documentation.Methods in adams.gui.application with parameters of type PlaceholderDirectory Modifier and Type Method Description void
AbstractApplicationFrame. setDocumentationDirectories(PlaceholderDirectory[] value)
Sets the currently set directories with PDF documentation. -
Uses of PlaceholderDirectory in adams.gui.chooser
Methods in adams.gui.chooser that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
BaseFileChooser. getCurrentPlaceholderDirectory()
Returns the current directory.static PlaceholderDirectory
DirectoryChooserFactory. getSelectedDirectory(FileChooser chooser)
Retrieves the current directory as PlaceholderDirectory from the chooser. -
Uses of PlaceholderDirectory in adams.gui.dialog
Methods in adams.gui.dialog with parameters of type PlaceholderDirectory Modifier and Type Method Description void
PreviewBrowserDialog. open(PlaceholderDirectory dir)
Previews the specified directory. -
Uses of PlaceholderDirectory in adams.gui.menu
Methods in adams.gui.menu that return PlaceholderDirectory Modifier and Type Method Description protected PlaceholderDirectory
ActorUsage. chooseDir()
Lets the user choose the directory with the flows.Methods in adams.gui.menu with parameters of type PlaceholderDirectory Modifier and Type Method Description protected Flow
MakeCompatibleDatasets. createFlow(PlaceholderFile[] input, weka.core.converters.AbstractFileLoader loader, SpreadSheetReader reader, String ext, PlaceholderDirectory output)
Creates the flow.protected SpreadSheet
ActorUsage. determineUsage(PlaceholderDirectory dir)
Generates the spreadsheet with the actor usage. -
Uses of PlaceholderDirectory in adams.gui.tools
Methods in adams.gui.tools with parameters of type PlaceholderDirectory Modifier and Type Method Description void
PreviewBrowserPanel. open(PlaceholderDirectory dir)
Opens the specified directory. -
Uses of PlaceholderDirectory in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
CocoAnnotationsHandler. m_AlternativeLocation
the alternative location.protected PlaceholderDirectory
DeepLabCutCSVHandler. m_AlternativeLocation
the alternative location.protected PlaceholderDirectory
ObjectCentersFromReport. m_AlternativeLocation
the alternative location.protected PlaceholderDirectory
ObjectLocationsFromReport. m_AlternativeLocation
the alternative location.protected PlaceholderDirectory
ObjectLocationsFromSpreadSheet. m_AlternativeLocation
the alternative location.protected PlaceholderDirectory
PointsFromReportHandler. m_AlternativeLocation
the alternative location.Methods in adams.gui.tools.previewbrowser that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
CocoAnnotationsHandler. getAlternativeLocation()
Returns the alternative location to use for the reports.PlaceholderDirectory
DeepLabCutCSVHandler. getAlternativeLocation()
Returns the alternative location to use for the reports.PlaceholderDirectory
ObjectCentersFromReport. getAlternativeLocation()
Returns the alternative location to use for the reports.PlaceholderDirectory
ObjectLocationsFromReport. getAlternativeLocation()
Returns the alternative location to use for the reports.PlaceholderDirectory
ObjectLocationsFromSpreadSheet. getAlternativeLocation()
Returns the alternative location to use for the reports.PlaceholderDirectory
PointsFromReportHandler. getAlternativeLocation()
Returns the alternative location to use for the reports.Methods in adams.gui.tools.previewbrowser with parameters of type PlaceholderDirectory Modifier and Type Method Description void
CocoAnnotationsHandler. setAlternativeLocation(PlaceholderDirectory value)
Sets the alternative location to use for the reports.void
DeepLabCutCSVHandler. setAlternativeLocation(PlaceholderDirectory value)
Sets the alternative location to use for the reports.void
ObjectCentersFromReport. setAlternativeLocation(PlaceholderDirectory value)
Sets the alternative location to use for the reports.void
ObjectLocationsFromReport. setAlternativeLocation(PlaceholderDirectory value)
Sets the alternative location to use for the reports.void
ObjectLocationsFromSpreadSheet. setAlternativeLocation(PlaceholderDirectory value)
Sets the alternative location to use for the reports.void
PointsFromReportHandler. setAlternativeLocation(PlaceholderDirectory value)
Sets the alternative location to use for the reports. -
Uses of PlaceholderDirectory in adams.gui.tools.previewbrowser.notes
Methods in adams.gui.tools.previewbrowser.notes with parameters of type PlaceholderDirectory Modifier and Type Method Description protected void
AbstractNotesReader. addIfFileExists(Map<String,String> notes, PlaceholderDirectory dir, String file, String note)
Adds the note if the file exists.Map<String,String>
AbstractNotesReader. read(PlaceholderDirectory dir, MessageCollection errors)
Reads the notes from the specified directory.String
AbstractNotesWriter. write(Map<String,String> notes, PlaceholderDirectory dir)
Writes the notes to the specified directory. -
Uses of PlaceholderDirectory in adams.gui.visualization.multiobjectexport
Fields in adams.gui.visualization.multiobjectexport declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
DirectoryExport. m_OutputDir
the directory to export the objects to.Methods in adams.gui.visualization.multiobjectexport that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
DirectoryExport. getOutputDir()
Returns the output directory for the files generated from the objects.Methods in adams.gui.visualization.multiobjectexport with parameters of type PlaceholderDirectory Modifier and Type Method Description void
DirectoryExport. setOutputDir(PlaceholderDirectory value)
Sets the output directory for the files generated from the objects. -
Uses of PlaceholderDirectory in adams.opt.genetic
Fields in adams.opt.genetic declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
AbstractClassifierBasedGeneticAlgorithm. m_OutputDirectory
the directory to store the generated ARFF files in.Methods in adams.opt.genetic that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
AbstractClassifierBasedGeneticAlgorithm. getOutputDirectory()
Returns the currently set directory for the generated ARFF files.Methods in adams.opt.genetic with parameters of type PlaceholderDirectory Modifier and Type Method Description void
AbstractClassifierBasedGeneticAlgorithm. setOutputDirectory(PlaceholderDirectory value)
Sets the directory for the generated ARFF files. -
Uses of PlaceholderDirectory in adams.opt.optimise.genetic.fitnessfunctions
Fields in adams.opt.optimise.genetic.fitnessfunctions declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
AbstractWEKAFitnessFunction. m_OutputDirectory
the directory to store the generated ARFF files in.Methods in adams.opt.optimise.genetic.fitnessfunctions that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
AbstractWEKAFitnessFunction. getOutputDirectory()
Returns the currently set directory for the generated ARFF files.Methods in adams.opt.optimise.genetic.fitnessfunctions with parameters of type PlaceholderDirectory Modifier and Type Method Description void
AbstractWEKAFitnessFunction. setOutputDirectory(PlaceholderDirectory value)
Sets the directory for the generated ARFF files. -
Uses of PlaceholderDirectory in adams.scripting.command.basic
Fields in adams.scripting.command.basic declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
SendFile. m_RemoteDir
the remote directory where to place the file.Methods in adams.scripting.command.basic that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
SendFile. getRemoteDir()
Returns the remote directory to place the file in.Methods in adams.scripting.command.basic with parameters of type PlaceholderDirectory Modifier and Type Method Description void
SendFile. setRemoteDir(PlaceholderDirectory value)
Sets the remote directory to place the file in. -
Uses of PlaceholderDirectory in adams.scripting.engine
Fields in adams.scripting.engine declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
FileBasedScriptingEngine. m_Failed
the directory containing the elements that couldn't be processed.protected PlaceholderDirectory
FileBasedScriptingEngine. m_Incoming
the directory to monitor for incoming commands.protected PlaceholderDirectory
FileBasedScriptingEngine. m_Processed
the directory containing the elements that were processed successfully.protected PlaceholderDirectory
FileBasedScriptingEngine. m_Processing
the directory containing the elements being processed.Methods in adams.scripting.engine that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
FileBasedScriptingEngine. getFailed()
Returns the "failed" directory.PlaceholderDirectory
FileBasedScriptingEngine. getIncoming()
Returns the directory to monitor.PlaceholderDirectory
FileBasedScriptingEngine. getProcessed()
Returns the "processed" directory.PlaceholderDirectory
FileBasedScriptingEngine. getProcessing()
Returns the "processing" directory.Methods in adams.scripting.engine with parameters of type PlaceholderDirectory Modifier and Type Method Description void
FileBasedScriptingEngine. setFailed(PlaceholderDirectory value)
Sets the "failed" directory.void
FileBasedScriptingEngine. setIncoming(PlaceholderDirectory value)
Sets the directory to monitor.void
FileBasedScriptingEngine. setProcessed(PlaceholderDirectory value)
Sets the "processed" directory.void
FileBasedScriptingEngine. setProcessing(PlaceholderDirectory value)
Sets the "processing" directory. -
Uses of PlaceholderDirectory in adams.scripting.requesthandler
Fields in adams.scripting.requesthandler declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
CommandDumperHandler. m_FailedDir
the output directory for failed requests.protected PlaceholderDirectory
CommandDumperHandler. m_RejectedDir
the output directory for rejected requests.protected PlaceholderDirectory
CommandDumperHandler. m_SuccessfulDir
the output directory for successful requests.Methods in adams.scripting.requesthandler that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
CommandDumperHandler. getFailedDir()
Returns the directory for failed commands.PlaceholderDirectory
CommandDumperHandler. getRejectedDir()
Returns the directory for rejected commands.PlaceholderDirectory
CommandDumperHandler. getSuccessfulDir()
Returns the directory for successful commands.Methods in adams.scripting.requesthandler with parameters of type PlaceholderDirectory Modifier and Type Method Description void
CommandDumperHandler. setFailedDir(PlaceholderDirectory value)
Sets the directory for failed commands.void
CommandDumperHandler. setRejectedDir(PlaceholderDirectory value)
Sets the directory for rejected commands.void
CommandDumperHandler. setSuccessfulDir(PlaceholderDirectory value)
Sets the directory for successful commands. -
Uses of PlaceholderDirectory in adams.scripting.responsehandler
Fields in adams.scripting.responsehandler declared as PlaceholderDirectory Modifier and Type Field Description protected PlaceholderDirectory
CommandDumperHandler. m_FailedDir
the output directory for failed requests.protected PlaceholderDirectory
CommandDumperHandler. m_SuccessfulDir
the output directory for successful requests.Methods in adams.scripting.responsehandler that return PlaceholderDirectory Modifier and Type Method Description PlaceholderDirectory
CommandDumperHandler. getFailedDir()
Returns the directory for failed commands.PlaceholderDirectory
CommandDumperHandler. getSuccessfulDir()
Returns the directory for successful commands.Methods in adams.scripting.responsehandler with parameters of type PlaceholderDirectory Modifier and Type Method Description void
CommandDumperHandler. setFailedDir(PlaceholderDirectory value)
Sets the directory for failed commands.void
CommandDumperHandler. setSuccessfulDir(PlaceholderDirectory value)
Sets the directory for successful commands. -
Uses of PlaceholderDirectory in weka.core
Methods in weka.core that return PlaceholderDirectory Modifier and Type Method Description static PlaceholderDirectory
WekaOptionUtils. parse(String[] options, String option, PlaceholderDirectory defValue)
Parses a PlaceholderDirectory option, uses default if option is missing.Methods in weka.core with parameters of type PlaceholderDirectory Modifier and Type Method Description static PlaceholderDirectory
WekaOptionUtils. parse(String[] options, String option, PlaceholderDirectory defValue)
Parses a PlaceholderDirectory option, uses default if option is missing.
-