Uses of Interface
eu.lindenbaum.maven.erlang.Script

Packages that use Script
eu.lindenbaum.maven.erlang   
 

Uses of Script in eu.lindenbaum.maven.erlang
 

Classes in eu.lindenbaum.maven.erlang that implement Script
 class BeamCompilerScript
          A Script that can be used to compile erlang files.
 class CheckAppScript
          A Script that can be used to extract certain values from an erlang application file.
 class CheckAppUpScript
          A Script that checks the integrity (correct term format) of an application upgrade file.
 class CheckRelScript
          A Script that can be used to extract certain values from an erlang release file.
 class CoverageReportScript
          A script that returns the coverage report for some project.
 class CreateRELEASESScript
          A Script that creates an initial RELEASES file from a specific release file.
 class DialyzerScript
          A Script that can be used to dialyze erlang files.
 class EDocScript
          A Script generating edoc documentation for an application using edoc:application/3.
 class FilterForAttributeScript
          A Script that filters a list of modules for the specification of a certain attribute.
 class GetAppupDirectiveScript
          A Script that returns the appup directive for a certain module.
 class GetAttributesScript
          A Script that returns the found values for some attributes in a list of modules.
 class LoadModulesScript
          A Script that loads a list of modules located in the current code paths.
 class MakeRelupScript
          A Script creating a release upgrade file template using systools:make_relup/4.
 class MakeScriptScript
          A Script generating release scripts using systools:make_script/2.
 class MakeTarScript
          A Script creating the release .tar.gz using systools:make_tar/2.
 class MibCompilerScript
          A Script that can be used to compile MIB files.
 class ProfilingScript
          A Script that executing and profiles a list of (eunit) tests using eprof.
 class PurgeModulesScript
          A Script that purges all modules currently loaded except the ones loaded directly from the backends lib directory retrieved using code:lib_dir/0 or belonging to the Emacs/distel project.
 class RunProjectScript
          A Script starting a list of erlang applications on a specific node.
 class RuntimeInfoScript
          A Script that can be used to retrieve runtime information from the plugins backend node.
 class TestScript
          A Script executing a list of (eunit) tests.
 class UploadReleaseScript
           A Script that uploads a release package into a specific nodes releases directory.
 class UploadScript
          A Script that uploads a list of compiled modules and application files onto a specific (remote) node.
 

Methods in eu.lindenbaum.maven.erlang with parameters of type Script
<T> T
MavenSelf.exec(String peer, Script<T> script)
          Executes a Script on a specific remote erlang node using RPC.
<T> T
MavenSelf.exec(String peer, Script<T> script, List<File> codePaths)
          Executes a Script on a specific remote erlang node using RPC.
 



Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.