public class org.apache.activemq.console.command.StoreExportCommand extends java.lang.Object implements org.apache.activemq.console.command.Command
{
private org.apache.activemq.console.CommandContext context;
public void <init>()
{
org.apache.activemq.console.command.StoreExportCommand v;
v := @this: org.apache.activemq.console.command.StoreExportCommand;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void setCommandContext(org.apache.activemq.console.CommandContext)
{
org.apache.activemq.console.command.StoreExportCommand v;
org.apache.activemq.console.CommandContext v;
v := @this: org.apache.activemq.console.command.StoreExportCommand;
v := @parameter: org.apache.activemq.console.CommandContext;
v.<org.apache.activemq.console.command.StoreExportCommand: org.apache.activemq.console.CommandContext context> = v;
return;
}
public java.lang.String getName()
{
org.apache.activemq.console.command.StoreExportCommand v;
v := @this: org.apache.activemq.console.command.StoreExportCommand;
return "export";
}
public java.lang.String getOneLineDescription()
{
org.apache.activemq.console.command.StoreExportCommand v;
v := @this: org.apache.activemq.console.command.StoreExportCommand;
return "Exports a stopped brokers data files to an archive file";
}
public void execute(java.util.List) throws java.lang.Exception
{
java.lang.Object[] v;
java.lang.String[] v, v;
java.lang.Exception v;
java.util.List v, v;
org.apache.activemq.console.command.store.StoreExporter v;
int v, v;
java.lang.String v;
org.apache.activemq.console.command.StoreExportCommand v;
v := @this: org.apache.activemq.console.command.StoreExportCommand;
v := @parameter: java.util.List;
v = new org.apache.activemq.console.command.store.StoreExporter;
specialinvoke v.<org.apache.activemq.console.command.store.StoreExporter: void <init>()>();
v = interfaceinvoke v.<java.util.List: int size()>();
v = newarray (java.lang.String)[v];
v = interfaceinvoke v.<java.util.List: java.lang.Object[] toArray(java.lang.Object[])>(v);
v = staticinvoke <org.apache.activemq.console.command.store.amq.CommandLineSupport: java.lang.String[] setOptions(java.lang.Object,java.lang.String[])>(v, v);
v = lengthof v;
if v <= 0 goto label;
v = new java.lang.Exception;
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.util.List)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Unexpected arguments: \u0001");
specialinvoke v.<java.lang.Exception: void <init>(java.lang.String)>(v);
throw v;
label:
virtualinvoke v.<org.apache.activemq.console.command.store.StoreExporter: void execute()>();
return;
}
}