Uses of Class
de.phleisch.app.itsucks.job.JobParameter

Packages that use JobParameter
de.phleisch.app.itsucks.filter.download.impl   
de.phleisch.app.itsucks.job   
de.phleisch.app.itsucks.job.download.http.impl   
de.phleisch.app.itsucks.job.download.impl   
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.setParameter(JobParameter pParameter)
          Set a parameter to the job
 

Uses of JobParameter in de.phleisch.app.itsucks.job.download.http.impl
 

Methods in de.phleisch.app.itsucks.job.download.http.impl that return JobParameter
protected  JobParameter HttpRetrieverFactory.findParameter(java.lang.String pString, java.util.List<JobParameter> pParameterList)
           
 

Method parameters in de.phleisch.app.itsucks.job.download.http.impl with type arguments of type JobParameter
 UrlDataRetriever HttpRetrieverFactory.createDataRetriever(java.net.URL pUrl, Context pGroupContext, java.util.List<JobParameter> pParameterList)
           
protected  JobParameter HttpRetrieverFactory.findParameter(java.lang.String pString, java.util.List<JobParameter> pParameterList)
           
 

Uses of JobParameter in de.phleisch.app.itsucks.job.download.impl
 

Method parameters in de.phleisch.app.itsucks.job.download.impl with type arguments of type JobParameter
 UrlDataRetriever DataRetrieverFactory.createDataRetriever(java.net.URL pUrl, Context pGroupContext, java.util.List<JobParameter> pParameterList)
           
 

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.setParameter(JobParameter pParameter)
           
 



Copyright © 2010. All Rights Reserved.