public class IfsFindPublicObjectByPathCommand extends IfsCommand
Command specification for IfsFindPublicObjectByPathCommand
Inputs:
fpr
is specified, relative path can be specified,
and relative path search will start with the current path
specified in fpr
.
fpr
is not specified, only absolte path can
be specified.Constructor and Description |
---|
IfsFindPublicObjectByPathCommand()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
CommandContext |
createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
protected void |
execute(CommandContext context)
Execute a CommandContext.
|
protected void |
execute(FindPublicObjectByPathContext context)
Execute a FindPublicObjectByPathContext.
|
populateNestedCommands, postExecute, preExecute, run
public IfsFindPublicObjectByPathCommand()
protected void execute(CommandContext context) throws IfsException
execute
in class IfsCommand
context
- The command context.IfsException
- if execution failsprotected void execute(FindPublicObjectByPathContext context) throws IfsException
context
- The command context.IfsException
public CommandContext createCommandContext() throws IfsException
createCommandContext
in interface Command
createCommandContext
in class IfsCommand
IfsException
CommandContext
Copyright © 2023. All rights reserved.