mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-23 08:00:56 -04:00
More fixes
This commit is contained in:
@@ -3,9 +3,6 @@ import io.xpipe.beacon.BeaconJacksonModule;
|
||||
import io.xpipe.beacon.BeaconProxyImpl;
|
||||
import io.xpipe.beacon.SecretProviderImpl;
|
||||
import io.xpipe.beacon.exchange.*;
|
||||
import io.xpipe.beacon.exchange.api.QueryRawDataExchange;
|
||||
import io.xpipe.beacon.exchange.api.QueryTableDataExchange;
|
||||
import io.xpipe.beacon.exchange.api.QueryTextDataExchange;
|
||||
import io.xpipe.beacon.exchange.cli.*;
|
||||
import io.xpipe.core.util.ProxyFunction;
|
||||
import io.xpipe.core.util.ProxyProvider;
|
||||
@@ -14,13 +11,11 @@ import io.xpipe.core.util.SecretProvider;
|
||||
module io.xpipe.beacon {
|
||||
exports io.xpipe.beacon;
|
||||
exports io.xpipe.beacon.exchange;
|
||||
exports io.xpipe.beacon.exchange.api;
|
||||
exports io.xpipe.beacon.exchange.data;
|
||||
exports io.xpipe.beacon.exchange.cli;
|
||||
|
||||
opens io.xpipe.beacon;
|
||||
opens io.xpipe.beacon.exchange;
|
||||
opens io.xpipe.beacon.exchange.api;
|
||||
opens io.xpipe.beacon.exchange.data;
|
||||
opens io.xpipe.beacon.exchange.cli;
|
||||
|
||||
@@ -44,15 +39,11 @@ module io.xpipe.beacon {
|
||||
BeaconJacksonModule;
|
||||
provides io.xpipe.beacon.exchange.MessageExchange with
|
||||
LaunchExchange,
|
||||
ForwardExchange,
|
||||
InstanceExchange,
|
||||
EditStoreExchange,
|
||||
AddSourceExchange,
|
||||
WriteStreamExchange,
|
||||
ReadStreamExchange,
|
||||
StoreProviderListExchange,
|
||||
ListCollectionsExchange,
|
||||
ListEntriesExchange,
|
||||
ModeExchange,
|
||||
ProxyWriteConnectionExchange,
|
||||
ProxyFunctionExchange,
|
||||
@@ -65,24 +56,9 @@ module io.xpipe.beacon {
|
||||
RemoveStoreExchange,
|
||||
StoreAddExchange,
|
||||
ReadDrainExchange,
|
||||
WritePreparationExchange,
|
||||
ProxyReadConnectionExchange,
|
||||
WriteExecuteExchange,
|
||||
AskpassExchange,
|
||||
SelectExchange,
|
||||
ReadExchange,
|
||||
QueryTextDataExchange,
|
||||
ListStoresExchange,
|
||||
DialogExchange,
|
||||
QueryDataSourceExchange,
|
||||
EditExchange,
|
||||
RemoveEntryExchange,
|
||||
RemoveCollectionExchange,
|
||||
RenameCollectionExchange,
|
||||
RenameEntryExchange,
|
||||
SourceProviderListExchange,
|
||||
ConvertExchange,
|
||||
QueryRawDataExchange,
|
||||
QueryTableDataExchange,
|
||||
VersionExchange;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user