public class TerminatorFinder
extends org.jvnet.hudson.reactor.TaskBuilder
Modifier and Type | Field and Description |
---|---|
protected ClassLoader |
cl |
Constructor and Description |
---|
TerminatorFinder(ClassLoader cl) |
Modifier and Type | Method and Description |
---|---|
protected org.jvnet.hudson.reactor.Milestone |
afterOf(Terminator i) |
protected String[] |
attainsOf(Terminator i) |
protected org.jvnet.hudson.reactor.Milestone |
beforeOf(Terminator i) |
Collection<org.jvnet.hudson.reactor.Task> |
discoverTasks(org.jvnet.hudson.reactor.Reactor session) |
protected String |
displayNameOf(Terminator i) |
protected boolean |
fatalOf(Terminator i)
Termination code is never fatal.
|
protected boolean |
filter(Method e)
Return true to ignore this method.
|
protected String |
getDisplayNameOf(Method e,
T i)
Obtains the display name of the given initialization task
|
protected void |
invoke(Method e)
Invokes the given initialization method.
|
protected String[] |
requiresOf(Terminator i) |
protected final ClassLoader cl
public TerminatorFinder(ClassLoader cl)
protected String displayNameOf(Terminator i)
protected String[] requiresOf(Terminator i)
protected String[] attainsOf(Terminator i)
protected org.jvnet.hudson.reactor.Milestone afterOf(Terminator i)
protected org.jvnet.hudson.reactor.Milestone beforeOf(Terminator i)
protected boolean fatalOf(Terminator i)
public Collection<org.jvnet.hudson.reactor.Task> discoverTasks(org.jvnet.hudson.reactor.Reactor session) throws IOException
discoverTasks
in class org.jvnet.hudson.reactor.TaskBuilder
IOException
protected boolean filter(Method e)
protected String getDisplayNameOf(Method e, T i)
protected void invoke(Method e)
Copyright © 2004–2021. All rights reserved.