Uses of Class
com.heroku.sdk.deploy.util.Procfile
-
Packages that use Procfile Package Description com.heroku.sdk.deploy.lib.resolver com.heroku.sdk.deploy.lib.sourceblob com.heroku.sdk.deploy.util -
-
Uses of Procfile in com.heroku.sdk.deploy.lib.resolver
Methods in com.heroku.sdk.deploy.lib.resolver that return Procfile Modifier and Type Method Description static ProcfileProcfileResolver. resolve(Path projectDirectory, Supplier<Procfile> customResolver)Method parameters in com.heroku.sdk.deploy.lib.resolver with type arguments of type Procfile Modifier and Type Method Description static ProcfileProcfileResolver. resolve(Path projectDirectory, Supplier<Procfile> customResolver) -
Uses of Procfile in com.heroku.sdk.deploy.lib.sourceblob
Methods in com.heroku.sdk.deploy.lib.sourceblob with parameters of type Procfile Modifier and Type Method Description static SourceBlobDescriptorJvmProjectSourceBlobCreator. create(Path projectDirectory, String clientString, List<Path> includedProjectFiles, Supplier<Procfile> customProcfileResolver, Procfile defaultProcfile, Supplier<Optional<String>> customJdkVersionResolver, OutputAdapter outputAdapter)Creates a SourceBlobDescriptor based on a given project directory and custom resolvers.Method parameters in com.heroku.sdk.deploy.lib.sourceblob with type arguments of type Procfile Modifier and Type Method Description static SourceBlobDescriptorJvmProjectSourceBlobCreator. create(Path projectDirectory, String clientString, List<Path> includedProjectFiles, Supplier<Procfile> customProcfileResolver, Procfile defaultProcfile, Supplier<Optional<String>> customJdkVersionResolver, OutputAdapter outputAdapter)Creates a SourceBlobDescriptor based on a given project directory and custom resolvers. -
Uses of Procfile in com.heroku.sdk.deploy.util
Methods in com.heroku.sdk.deploy.util that return Procfile Modifier and Type Method Description static ProcfileProcfile. empty()static ProcfileProcfile. fromFile(Path path)Reads Profile from a file.ProcfileProcfile. merge(Procfile other)static ProcfileProcfile. singleton(String processType, String command)Methods in com.heroku.sdk.deploy.util with parameters of type Procfile Modifier and Type Method Description ProcfileProcfile. merge(Procfile other)
-