public final class org.eclipse.aether.deployment.DeployRequest extends java.lang.Object
{
private java.util.Collection artifacts;
private java.util.Collection metadata;
private org.eclipse.aether.repository.RemoteRepository repository;
private org.eclipse.aether.RequestTrace trace;
public void <init>()
{
org.eclipse.aether.deployment.DeployRequest v;
java.util.List v, v;
v := @this: org.eclipse.aether.deployment.DeployRequest;
specialinvoke v.<java.lang.Object: void <init>()>();
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection artifacts> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection metadata> = v;
return;
}
public java.util.Collection getArtifacts()
{
org.eclipse.aether.deployment.DeployRequest v;
java.util.Collection v;
v := @this: org.eclipse.aether.deployment.DeployRequest;
v = v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection artifacts>;
return v;
}
public org.eclipse.aether.deployment.DeployRequest setArtifacts(java.util.Collection)
{
org.eclipse.aether.deployment.DeployRequest v;
java.util.List v;
java.util.Collection v;
v := @this: org.eclipse.aether.deployment.DeployRequest;
v := @parameter: java.util.Collection;
if v != null goto label;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection artifacts> = v;
goto label;
label:
v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection artifacts> = v;
label:
return v;
}
public org.eclipse.aether.deployment.DeployRequest addArtifact(org.eclipse.aether.artifact.Artifact)
{
org.eclipse.aether.deployment.DeployRequest v;
java.util.Collection v, v;
org.eclipse.aether.artifact.Artifact v;
boolean v;
java.util.ArrayList v;
v := @this: org.eclipse.aether.deployment.DeployRequest;
v := @parameter: org.eclipse.aether.artifact.Artifact;
if v == null goto label;
v = v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection artifacts>;
v = interfaceinvoke v.<java.util.Collection: boolean isEmpty()>();
if v == 0 goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection artifacts> = v;
label:
v = v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection artifacts>;
interfaceinvoke v.<java.util.Collection: boolean add(java.lang.Object)>(v);
label:
return v;
}
public java.util.Collection getMetadata()
{
org.eclipse.aether.deployment.DeployRequest v;
java.util.Collection v;
v := @this: org.eclipse.aether.deployment.DeployRequest;
v = v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection metadata>;
return v;
}
public org.eclipse.aether.deployment.DeployRequest setMetadata(java.util.Collection)
{
org.eclipse.aether.deployment.DeployRequest v;
java.util.List v;
java.util.Collection v;
v := @this: org.eclipse.aether.deployment.DeployRequest;
v := @parameter: java.util.Collection;
if v != null goto label;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection metadata> = v;
goto label;
label:
v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection metadata> = v;
label:
return v;
}
public org.eclipse.aether.deployment.DeployRequest addMetadata(org.eclipse.aether.metadata.Metadata)
{
org.eclipse.aether.deployment.DeployRequest v;
org.eclipse.aether.metadata.Metadata v;
java.util.Collection v, v;
boolean v;
java.util.ArrayList v;
v := @this: org.eclipse.aether.deployment.DeployRequest;
v := @parameter: org.eclipse.aether.metadata.Metadata;
if v == null goto label;
v = v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection metadata>;
v = interfaceinvoke v.<java.util.Collection: boolean isEmpty()>();
if v == 0 goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection metadata> = v;
label:
v = v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection metadata>;
interfaceinvoke v.<java.util.Collection: boolean add(java.lang.Object)>(v);
label:
return v;
}
public org.eclipse.aether.repository.RemoteRepository getRepository()
{
org.eclipse.aether.deployment.DeployRequest v;
org.eclipse.aether.repository.RemoteRepository v;
v := @this: org.eclipse.aether.deployment.DeployRequest;
v = v.<org.eclipse.aether.deployment.DeployRequest: org.eclipse.aether.repository.RemoteRepository repository>;
return v;
}
public org.eclipse.aether.deployment.DeployRequest setRepository(org.eclipse.aether.repository.RemoteRepository)
{
org.eclipse.aether.deployment.DeployRequest v;
org.eclipse.aether.repository.RemoteRepository v;
v := @this: org.eclipse.aether.deployment.DeployRequest;
v := @parameter: org.eclipse.aether.repository.RemoteRepository;
v.<org.eclipse.aether.deployment.DeployRequest: org.eclipse.aether.repository.RemoteRepository repository> = v;
return v;
}
public org.eclipse.aether.RequestTrace getTrace()
{
org.eclipse.aether.deployment.DeployRequest v;
org.eclipse.aether.RequestTrace v;
v := @this: org.eclipse.aether.deployment.DeployRequest;
v = v.<org.eclipse.aether.deployment.DeployRequest: org.eclipse.aether.RequestTrace trace>;
return v;
}
public org.eclipse.aether.deployment.DeployRequest setTrace(org.eclipse.aether.RequestTrace)
{
org.eclipse.aether.deployment.DeployRequest v;
org.eclipse.aether.RequestTrace v;
v := @this: org.eclipse.aether.deployment.DeployRequest;
v := @parameter: org.eclipse.aether.RequestTrace;
v.<org.eclipse.aether.deployment.DeployRequest: org.eclipse.aether.RequestTrace trace> = v;
return v;
}
public java.lang.String toString()
{
org.eclipse.aether.deployment.DeployRequest v;
org.eclipse.aether.repository.RemoteRepository v;
java.util.Collection v, v;
java.lang.String v;
v := @this: org.eclipse.aether.deployment.DeployRequest;
v = virtualinvoke v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection getArtifacts()>();
v = virtualinvoke v.<org.eclipse.aether.deployment.DeployRequest: java.util.Collection getMetadata()>();
v = virtualinvoke v.<org.eclipse.aether.deployment.DeployRequest: org.eclipse.aether.repository.RemoteRepository getRepository()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.util.Collection,java.util.Collection,org.eclipse.aether.repository.RemoteRepository)>(v, v, 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[])>("\u, \u > \u0001");
return v;
}
}