net
.
adamcin
.
vltpack
.
mojo
BaseMojo
Related Doc:
package mojo
abstract
class
BaseMojo
extends
AbstractMojo
Base mojo class
Since
0.6.0
Linear Supertypes
AbstractMojo
,
ContextEnabled
,
Mojo
,
AnyRef
,
Any
Known Subclasses
BaseITMojo
,
BundlePathParameters
,
CreatesPackage
,
EmbedBundlesMojo
,
EmbedHooksMojo
,
EmbedPackagesMojo
,
HttpParameters
,
ITHttpPropertiesMojo
,
ITPutBundleMojo
,
ITServerReadyMojo
,
ITUploadMojo
,
ITUploadTestsMojo
,
OutputParameters
,
PackageDependencies
,
PackageMojo
,
PutBundleFileMojo
,
PutsBundles
,
RequiresProject
,
ResolvesArtifacts
,
UploadFileMojo
,
UploadFromRepoMojo
,
UploadsPackages
,
UsernameAware
,
VaultInfMojo
Ordering
Alphabetic
By inheritance
Inherited
BaseMojo
AbstractMojo
ContextEnabled
Mojo
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Instance Constructors
new
BaseMojo
()
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
execute
()
:
Unit
Definition Classes
BaseMojo
→ Mojo
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getLog
()
:
Log
Definition Classes
AbstractMojo → Mojo
def
getPluginContext
()
:
Map
Definition Classes
AbstractMojo → ContextEnabled
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
var
session
:
MavenSession
def
setLog
(
arg0:
Log
)
:
Unit
Definition Classes
AbstractMojo → Mojo
def
setPluginContext
(
arg0:
Map
)
:
Unit
Definition Classes
AbstractMojo → ContextEnabled
var
settings
:
Settings
def
skipOrExecute
(
skip:
Boolean
)
(
body: ⇒
Unit
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AbstractMojo
Inherited from
ContextEnabled
Inherited from
Mojo
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Base mojo class
0.6.0