org.locationtech.geowave.cli.geoserver.GeoServerRemoveCommand Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geowave-cli-geoserver Show documentation
Show all versions of geowave-cli-geoserver Show documentation
Geowave Commandline Tools For Managing GeoServer Layers and Data Stores
/**
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
*
* See the NOTICE file distributed with this work for additional information regarding copyright
* ownership. All rights reserved. This program and the accompanying materials are made available
* under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
* available at http://www.apache.org/licenses/LICENSE-2.0.txt
*/
package org.locationtech.geowave.cli.geoserver;
public abstract class GeoServerRemoveCommand extends GeoServerCommand {
/** Return "200 OK" for all remove commands. */
@Override
public Boolean successStatusIs200() {
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy