Class DefaultInitializer
- java.lang.Object
-
- org.webswing.server.services.startup.DefaultInitializer
-
- All Implemented Interfaces:
Initializer
public class DefaultInitializer extends Object implements Initializer
-
-
Constructor Summary
Constructors Constructor Description DefaultInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetValidURI(String pathOrUri)voidstart()protected voidvalidatePropertyFilePath(String propertyName, String defaultValue)
-
-
-
Method Detail
-
start
public void start() throws org.webswing.server.model.exception.WsInitException- Specified by:
startin interfaceInitializer- Throws:
org.webswing.server.model.exception.WsInitException
-
validatePropertyFilePath
protected void validatePropertyFilePath(String propertyName, String defaultValue) throws org.webswing.server.model.exception.WsInitException
- Throws:
org.webswing.server.model.exception.WsInitException
-
getValidURI
protected String getValidURI(String pathOrUri) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-