| | |
| | | |
| | | import java.io.File; |
| | | import java.util.Date; |
| | | import java.util.Locale; |
| | | import java.util.Map; |
| | | import java.util.TimeZone; |
| | | |
| | |
| | | } |
| | | |
| | | @Override |
| | | public Locale getLocale() { |
| | | return Locale.getDefault(); |
| | | } |
| | | |
| | | @Override |
| | | public boolean isServingRepositories() { |
| | | return true; |
| | | } |
| | | |
| | | @Override |
| | | public boolean isServingHTTP() { |
| | | return true; |
| | | } |
| | | |
| | | @Override |
| | | public boolean isServingGIT() { |
| | | return true; |
| | | } |
| | | |
| | | @Override |
| | | public boolean isServingSSH() { |
| | | return true; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | @Override |
| | | public IRuntimeManager setup() { |
| | | public IRuntimeManager start() { |
| | | return this; |
| | | } |
| | | } |