|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobParameter | |
|---|---|
| de.phleisch.app.itsucks.filter.download.impl | |
| de.phleisch.app.itsucks.job | |
| de.phleisch.app.itsucks.job.impl | |
| Uses of JobParameter in de.phleisch.app.itsucks.filter.download.impl |
|---|
| Methods in de.phleisch.app.itsucks.filter.download.impl that return JobParameter | |
|---|---|
JobParameter |
RegExpJobFilter.RegExpFilterAction.getJobParameter(java.lang.String pJobParameterKey)
Gets a job parameter. |
| Methods in de.phleisch.app.itsucks.filter.download.impl that return types with arguments of type JobParameter | |
|---|---|
java.util.List<JobParameter> |
RegExpJobFilter.RegExpFilterAction.getJobParameterList()
Gets the job parameter list. |
| Methods in de.phleisch.app.itsucks.filter.download.impl with parameters of type JobParameter | |
|---|---|
void |
RegExpJobFilter.RegExpFilterAction.addJobParameter(JobParameter pJobParameter)
Adds an job parameter which is added to the job. |
| Uses of JobParameter in de.phleisch.app.itsucks.job |
|---|
| Methods in de.phleisch.app.itsucks.job that return JobParameter | |
|---|---|
JobParameter |
Job.getParameter(java.lang.String pKey)
Returns the parameter under the given key or null. |
| Methods in de.phleisch.app.itsucks.job that return types with arguments of type JobParameter | |
|---|---|
java.util.List<JobParameter> |
Job.getParameterList()
Get a list of all job parameter |
| Methods in de.phleisch.app.itsucks.job with parameters of type JobParameter | |
|---|---|
void |
Job.addParameter(JobParameter pParameter)
Add a parameter to the job |
| Uses of JobParameter in de.phleisch.app.itsucks.job.impl |
|---|
| Methods in de.phleisch.app.itsucks.job.impl that return JobParameter | |
|---|---|
JobParameter |
AbstractJob.getParameter(java.lang.String pKey)
|
| Methods in de.phleisch.app.itsucks.job.impl that return types with arguments of type JobParameter | |
|---|---|
java.util.List<JobParameter> |
AbstractJob.getParameterList()
|
| Methods in de.phleisch.app.itsucks.job.impl with parameters of type JobParameter | |
|---|---|
void |
AbstractJob.addParameter(JobParameter pParameter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||