@Component(role=AutoverSession.class, instantiationStrategy="singleton") public class AutoverSession extends Object
| Constructor and Description |
|---|
AutoverSession()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Check if this object is equal to the object specified as a parameter.
|
AutoverConfigDecorator |
getConfig()
Getter.
|
File |
getMavenMultiModuleProjectDir()
Getter.
|
Map<String,File> |
getNewPomFiles()
Getter.
|
int |
hashCode()
Calculate the hash code.
|
boolean |
isDisable()
Getter.
|
boolean |
isDisablePomChange()
Getter.
|
void |
setConfig(AutoverConfigDecorator value)
Setter.
|
void |
setDisable(boolean value)
Setter.
|
void |
setDisablePomChange(boolean value)
Setter.
|
void |
setMavenMultiModuleProjectDir(File value)
Setter.
|
public File getMavenMultiModuleProjectDir()
public void setMavenMultiModuleProjectDir(File value)
value - the multi module project dirpublic AutoverConfigDecorator getConfig()
public void setConfig(AutoverConfigDecorator value)
value - the configuration of the maven extensionpublic boolean isDisablePomChange()
public void setDisablePomChange(boolean value)
value - if pom change should be disabled or notpublic boolean isDisable()
public void setDisable(boolean value)
value - if the extension should be disabled or not.public boolean equals(Object o)
Copyright © 2020. All rights reserved.