public class DefaultSetupConfig extends Object implements SetupConfig
SetupConfig which always indicates the application is setup.| Constructor and Description |
|---|
DefaultSetupConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSetup()
Always
true. |
boolean |
isSetupPage(String uri)
Always
false. |
public boolean isSetup()
true.isSetup in interface SetupConfigtruepublic boolean isSetupPage(@Nonnull String uri)
false.isSetupPage in interface SetupConfiguri - the URI of a web pagefalseCopyright © 2017 Atlassian. All rights reserved.