new readonly property app.name
This commit is contained in:
parent
b522a740df
commit
b7f4d03a5e
1 changed files with 9 additions and 0 deletions
|
@ -326,6 +326,15 @@ public class ApplicationBean implements Serializable {
|
|||
return app.getAppDir().getAbsolutePath();
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @return ...
|
||||
*/
|
||||
public String getname() {
|
||||
return app.getName();
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue