Modifier and Type | Method and Description |
---|---|
protected static void |
DownloadAlongAction.confirmAndDownloadAreas(Area a,
double max_area,
boolean osmDownload,
boolean gpxDownload,
String title,
ProgressMonitor progressMonitor)
Area "a" contains the hull that we would like to download data for. however we
can only download rectangles, so the following is an attempt at finding a number of
rectangles to download.
|
Modifier and Type | Field and Description |
---|---|
private ProgressMonitor |
DownloadTaskList.progressMonitor |
Modifier and Type | Method and Description |
---|---|
Future<?> |
DownloadTask.download(boolean newLayer,
Bounds downloadArea,
ProgressMonitor progressMonitor)
Asynchronously launches the download task for a given bounding box.
|
Future<?> |
DownloadOsmCompressedTask.download(boolean newLayer,
Bounds downloadArea,
ProgressMonitor progressMonitor) |
Future<?> |
DownloadSessionTask.download(boolean newLayer,
Bounds downloadArea,
ProgressMonitor progressMonitor) |
Future<?> |
DownloadOsmTask.download(boolean newLayer,
Bounds downloadArea,
ProgressMonitor progressMonitor) |
Future<?> |
DownloadOsmChangeTask.download(boolean newLayer,
Bounds downloadArea,
ProgressMonitor progressMonitor) |
Future<?> |
DownloadGpsTask.download(boolean newLayer,
Bounds downloadArea,
ProgressMonitor progressMonitor) |
Future<?> |
DownloadTaskList.download(boolean newLayer,
Collection<Area> areas,
boolean osmData,
boolean gpxData,
ProgressMonitor progressMonitor)
Downloads a list of areas from the OSM Server
|
Future<?> |
DownloadTaskList.download(boolean newLayer,
List<Rectangle2D> rects,
boolean osmData,
boolean gpxData,
ProgressMonitor progressMonitor)
Downloads a list of areas from the OSM Server
|
Future<?> |
DownloadOsmTask.download(OsmServerReader reader,
boolean newLayer,
Bounds downloadArea,
ProgressMonitor progressMonitor)
Asynchronously launches the download task for a given bounding box.
|
protected void |
DownloadReferrersTask.downloadParents(long id,
OsmPrimitiveType type,
ProgressMonitor progressMonitor) |
Future<?> |
DownloadTask.loadUrl(boolean newLayer,
String url,
ProgressMonitor progressMonitor)
Asynchronously launches the download task for a given bounding URL.
|
Future<?> |
DownloadOsmCompressedTask.loadUrl(boolean new_layer,
String url,
ProgressMonitor progressMonitor)
Loads a given URL
|
Future<?> |
DownloadSessionTask.loadUrl(boolean newLayer,
String url,
ProgressMonitor progressMonitor) |
Future<?> |
DownloadOsmTask.loadUrl(boolean new_layer,
String url,
ProgressMonitor progressMonitor)
Loads a given URL from the OSM Server
|
Future<?> |
DownloadOsmChangeTask.loadUrl(boolean new_layer,
String url,
ProgressMonitor progressMonitor) |
Future<?> |
DownloadOsmChangeCompressedTask.loadUrl(boolean new_layer,
String url,
ProgressMonitor progressMonitor)
Loads a given URL
|
Future<?> |
DownloadGpsTask.loadUrl(boolean newLayer,
String url,
ProgressMonitor progressMonitor) |
Future<?> |
DownloadOsmUrlTask.loadUrl(boolean newLayer,
String url,
ProgressMonitor progressMonitor) |
Constructor and Description |
---|
DownloadTask(boolean newLayer,
OsmServerReader reader,
ProgressMonitor progressMonitor) |
DownloadTask(boolean newLayer,
OsmServerReader reader,
ProgressMonitor progressMonitor) |
DownloadTask(boolean newLayer,
OsmServerReader reader,
ProgressMonitor progressMonitor,
boolean compressed) |
Modifier and Type | Method and Description |
---|---|
void |
DataSetMerger.merge(ProgressMonitor progressMonitor)
Runs the merge operation.
|
void |
DataSet.mergeFrom(DataSet from,
ProgressMonitor progressMonitor)
Moves all primitives and datasources from DataSet "from" to this DataSet
|
Modifier and Type | Field and Description |
---|---|
protected ProgressMonitor |
Test.progressMonitor
the progress monitor to use
|
Modifier and Type | Method and Description |
---|---|
void |
Test.startTest(ProgressMonitor progressMonitor)
Start the test using a given progress monitor
|
Modifier and Type | Method and Description |
---|---|
void |
PowerLines.startTest(ProgressMonitor progressMonitor) |
void |
NodesWithSameName.startTest(ProgressMonitor monitor) |
void |
UntaggedWay.startTest(ProgressMonitor monitor) |
void |
Coastlines.startTest(ProgressMonitor monitor) |
void |
CrossingWays.startTest(ProgressMonitor monitor) |
void |
MultipolygonTest.startTest(ProgressMonitor progressMonitor) |
void |
OverlappingWays.startTest(ProgressMonitor monitor) |
void |
SimilarNamedWays.startTest(ProgressMonitor monitor) |
void |
UnconnectedWays.startTest(ProgressMonitor monitor) |
void |
DuplicateWay.startTest(ProgressMonitor monitor) |
void |
DuplicateRelation.startTest(ProgressMonitor monitor) |
void |
DuplicateNode.startTest(ProgressMonitor monitor) |
void |
TagChecker.startTest(ProgressMonitor monitor) |
Modifier and Type | Field and Description |
---|---|
protected ProgressMonitor |
PleaseWaitRunnable.progressMonitor |
Modifier and Type | Method and Description |
---|---|
ProgressMonitor |
PleaseWaitRunnable.getProgressMonitor() |
ProgressMonitor |
SplashScreen.getProgressMonitor() |
Constructor and Description |
---|
PleaseWaitRunnable(String title,
ProgressMonitor progressMonitor,
boolean ignoreException) |
Modifier and Type | Field and Description |
---|---|
private ProgressMonitor |
SaveLayersDialog.SaveAndUploadTask.monitor |
private ProgressMonitor |
UploadLayerTask.monitor |
private ProgressMonitor |
SaveLayerTask.parentMonitor |
Modifier and Type | Method and Description |
---|---|
protected void |
UploadPrimitivesTask.recoverFromGoneOnServer(OsmApiPrimitiveGoneException e,
ProgressMonitor monitor)
Retries to recover the upload operation from an exception which was thrown because
an uploaded primitive was already deleted on the server.
|
protected void |
UploadLayerTask.recoverFromGoneOnServer(OsmApiPrimitiveGoneException e,
ProgressMonitor monitor)
Retries to recover the upload operation from an exception which was thrown because
an uploaded primitive was already deleted on the server.
|
Constructor and Description |
---|
AbstractUploadTask(String title,
ProgressMonitor progressMonitor,
boolean ignoreException) |
SaveAndUploadTask(SaveLayersModel model,
ProgressMonitor monitor) |
SaveLayerTask(SaveLayerInfo layerInfo,
ProgressMonitor monitor) |
UploadLayerTask(UploadStrategySpecification strategy,
OsmDataLayer layer,
ProgressMonitor monitor,
Changeset changeset)
Creates the upload task
|
Modifier and Type | Field and Description |
---|---|
private ProgressMonitor |
TMSLayer.TmsTileClearController.monitor |
private ProgressMonitor |
WMSLayer.PrecacheTask.progressMonitor |
Modifier and Type | Method and Description |
---|---|
(package private) void |
TMSLayer.clearTileCache(ProgressMonitor monitor)
Clears the tile cache.
|
void |
OsmDataLayer.mergeFrom(DataSet from,
ProgressMonitor progressMonitor)
merges the primitives in dataset
from into the dataset of
this layer |
Constructor and Description |
---|
PrecacheTask(ProgressMonitor progressMonitor) |
TmsTileClearController(ProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
void |
OsmOAuthAuthorizationClient.authorise(OAuthToken requestToken,
String osmUserName,
String osmPassword,
OsmPrivileges privileges,
ProgressMonitor monitor)
Automatically authorises a request token for a set of privileges.
|
OAuthToken |
OsmOAuthAuthorizationClient.getAccessToken(ProgressMonitor monitor)
Submits a request for an Access Token to the Access Token Endpoint Url of the OAuth Service
Provider and replies the request token.
|
OAuthToken |
OsmOAuthAuthorizationClient.getRequestToken(ProgressMonitor monitor)
Submits a request for a Request Token to the Request Token Endpoint Url of the OAuth Service
Provider and replies the request token.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProgressMonitor |
class |
ChildProgress |
class |
NullProgressMonitor |
class |
PleaseWaitProgressMonitor |
class |
SwingRenderingProgressMonitor
SwingRenderingProgressMonitor is progress monitor which delegates the rendering
of progress information to a
ProgressRenderer . |
Modifier and Type | Field and Description |
---|---|
static ProgressMonitor |
NullProgressMonitor.INSTANCE |
Modifier and Type | Method and Description |
---|---|
ProgressMonitor |
ProgressMonitor.createSubTaskMonitor(int ticks,
boolean internal)
Creates subtasks monitor.
|
ProgressMonitor |
NullProgressMonitor.createSubTaskMonitor(int ticks,
boolean internal) |
ProgressMonitor |
AbstractProgressMonitor.createSubTaskMonitor(int ticks,
boolean internal) |
Modifier and Type | Field and Description |
---|---|
(package private) ProgressMonitor |
OsmApi.CapabilitiesCache.monitor |
protected ProgressMonitor |
OsmServerLocationReader.Parser.progressMonitor |
private ProgressMonitor |
ProgressInputStream.progressMonitor |
private ProgressMonitor |
MultiFetchServerObjectReader.Fetcher.progressMonitor |
Modifier and Type | Method and Description |
---|---|
private void |
JpgImporter.addRecursiveFiles(List<File> files,
Set<String> visitedDirs,
List<File> sel,
ProgressMonitor progressMonitor) |
void |
OsmApi.closeChangeset(Changeset changeset,
ProgressMonitor monitor)
Closes a changeset on the server.
|
void |
OsmApi.createPrimitive(IPrimitive osm,
ProgressMonitor monitor)
Creates an OSM primitive on the server.
|
void |
OsmApi.deletePrimitive(IPrimitive osm,
ProgressMonitor monitor)
Deletes an OSM primitive on the server.
|
protected <T> T |
OsmServerLocationReader.doParse(OsmServerLocationReader.Parser<T> parser,
ProgressMonitor progressMonitor) |
protected DataSet |
OsmReader.doParseDataSet(InputStream source,
ProgressMonitor progressMonitor) |
ChangesetDataSet |
OsmServerChangesetReader.downloadChangeset(int id,
ProgressMonitor monitor)
Downloads the content of a changeset
|
private GpxData |
BoundingBoxDownloader.downloadRawGps(String url,
ProgressMonitor progressMonitor) |
void |
OsmServerWriter.executePostprocessors(ProgressMonitor pm)
Calls all registered upload postprocessors.
|
protected MultiFetchServerObjectReader.FetchResult |
MultiFetchServerObjectReader.Fetcher.fetch(ProgressMonitor progressMonitor)
fetches the requested primitives and updates the specified progress monitor.
|
protected void |
MultiFetchServerObjectReader.fetchPrimitives(Set<Long> ids,
OsmPrimitiveType type,
ProgressMonitor progressMonitor)
fetches a set of ids of a given
OsmPrimitiveType from the server |
UserInfo |
OsmServerUserInfoReader.fetchUserInfo(ProgressMonitor monitor) |
protected InputStream |
OsmServerReader.getInputStream(String urlStr,
ProgressMonitor progressMonitor)
Open a connection to the given url and return a reader on the input stream
from that connection.
|
protected InputStream |
OsmServerReader.getInputStreamRaw(String urlStr,
ProgressMonitor progressMonitor)
Open a connection to the given url and return a reader on the input stream
from that connection.
|
protected DataSet |
OsmServerBackreferenceReader.getReferringRelations(ProgressMonitor progressMonitor)
Reads referring relations from the API server and replies them in a
DataSet |
protected DataSet |
OsmServerBackreferenceReader.getReferringWays(ProgressMonitor progressMonitor)
Reads referring ways from the API server and replies them in a
DataSet |
void |
GpxImporter.importData(File file,
ProgressMonitor progressMonitor) |
void |
OsmBzip2Importer.importData(File file,
ProgressMonitor progressMonitor) |
void |
NMEAImporter.importData(File file,
ProgressMonitor progressMonitor) |
void |
OsmImporter.importData(File file,
ProgressMonitor progressMonitor)
Imports OSM data from file
|
void |
WMSLayerImporter.importData(File file,
ProgressMonitor progressMonitor) |
void |
OsmGzipImporter.importData(File file,
ProgressMonitor progressMonitor) |
void |
FileImporter.importData(File file,
ProgressMonitor progressMonitor)
Needs to be implemented if isBatchImporter() returns false.
|
void |
OsmChangeImporter.importData(File file,
ProgressMonitor progressMonitor) |
protected void |
OsmImporter.importData(InputStream in,
File associatedFile,
ProgressMonitor pm)
Imports OSM data from stream
|
protected void |
OsmChangeImporter.importData(InputStream in,
File associatedFile,
ProgressMonitor progressMonitor) |
void |
JpgImporter.importData(List<File> sel,
ProgressMonitor progressMonitor) |
void |
FileImporter.importData(List<File> files,
ProgressMonitor progressMonitor)
Needs to be implemented if isBatchImporter() returns true.
|
boolean |
FileImporter.importDataHandleExceptions(File f,
ProgressMonitor progressMonitor)
Wrapper to give meaningful output if things go wrong.
|
boolean |
FileImporter.importDataHandleExceptions(List<File> files,
ProgressMonitor progressMonitor) |
void |
OsmApi.initialize(ProgressMonitor monitor)
Initializes this component by negotiating a protocol version with the server.
|
void |
OsmApi.initialize(ProgressMonitor monitor,
boolean fastFail)
Initializes this component by negotiating a protocol version with the server, with the ability to control the timeout.
|
OsmImporter.OsmImporterData |
OsmImporter.loadLayer(InputStream in,
File associatedFile,
String layerName,
ProgressMonitor progressMonitor)
Load osm data layer from InputStream.
|
static GpxImporter.GpxImporterData |
GpxImporter.loadLayers(InputStream is,
File associatedFile,
String gpxLayerName,
String markerLayerName,
ProgressMonitor progressMonitor) |
(package private) void |
OsmServerWriter.makeApiRequest(IPrimitive osm,
ProgressMonitor progressMonitor) |
void |
OsmApi.modifyPrimitive(IPrimitive osm,
ProgressMonitor monitor)
Modifies an OSM primitive on the server.
|
protected MultiFetchServerObjectReader.FetchResult |
MultiFetchServerObjectReader.Fetcher.multiGetIdPackage(OsmPrimitiveType type,
Set<Long> pkg,
ProgressMonitor progressMonitor)
invokes a Multi Get for a set of ids and a given
OsmPrimitiveType . |
void |
OsmApi.openChangeset(Changeset changeset,
ProgressMonitor progressMonitor)
Creates a new changeset based on the keys in
changeset . |
static List<Changeset> |
OsmChangesetParser.parse(InputStream source,
ProgressMonitor progressMonitor)
Parse the given input source and return the list of changesets
|
HistoryDataSet |
OsmHistoryReader.parse(ProgressMonitor progressMonitor)
Parses the content.
|
ChangesetDataSet |
OsmChangesetContentParser.parse(ProgressMonitor progressMonitor)
Parses the content.
|
void |
DiffResultProcessor.parse(String diffUploadResponse,
ProgressMonitor progressMonitor)
Parse the response from a diff upload to the OSM API.
|
static DataSet |
OsmReader.parseDataSet(InputStream source,
ProgressMonitor progressMonitor)
Parse the given input source and return the dataset.
|
protected DataSet |
OsmImporter.parseDataSet(InputStream in,
ProgressMonitor progressMonitor) |
static DataSet |
OsmChangeReader.parseDataSet(InputStream source,
ProgressMonitor progressMonitor)
Parse the given input source and return the dataset.
|
HistoryDataSet |
OsmServerHistoryReader.parseHistory(ProgressMonitor progressMonitor)
Fetches the history from the OSM API and parses it
|
DataSet |
OsmServerChangesetReader.parseOsm(ProgressMonitor progressMonitor)
don't use - not implemented!
|
DataSet |
OsmServerLocationReader.parseOsm(ProgressMonitor progressMonitor) |
DataSet |
OsmServerBackreferenceReader.parseOsm(ProgressMonitor progressMonitor)
Reads the referring primitives from the OSM server, parses them and
replies them as
DataSet |
abstract DataSet |
OsmServerReader.parseOsm(ProgressMonitor progressMonitor)
Download OSM files from somewhere
|
DataSet |
OsmServerObjectReader.parseOsm(ProgressMonitor progressMonitor)
Downloads and parses the data.
|
DataSet |
OsmServerUserInfoReader.parseOsm(ProgressMonitor progressMonitor) |
DataSet |
BoundingBoxDownloader.parseOsm(ProgressMonitor progressMonitor) |
DataSet |
OsmServerHistoryReader.parseOsm(ProgressMonitor progressMonitor)
don't use - not implemented!
|
DataSet |
MultiFetchServerObjectReader.parseOsm(ProgressMonitor progressMonitor)
invokes one or more Multi Gets to fetch the
OsmPrimitive s and replies
the dataset of retrieved primitives. |
DataSet |
MultiFetchServerObjectReader.Fetcher.parseOsm(ProgressMonitor progressMonitor) |
DataSet |
OsmServerLocationReader.parseOsmBzip2(ProgressMonitor progressMonitor) |
DataSet |
OsmServerReader.parseOsmBzip2(ProgressMonitor progressMonitor)
Download BZip2-compressed OSM files from somewhere
|
DataSet |
OsmServerLocationReader.parseOsmChange(ProgressMonitor progressMonitor) |
DataSet |
OsmServerReader.parseOsmChange(ProgressMonitor progressMonitor)
Download OSM Change files from somewhere
|
DataSet |
OsmServerLocationReader.parseOsmChangeBzip2(ProgressMonitor progressMonitor) |
DataSet |
OsmServerReader.parseOsmChangeBzip2(ProgressMonitor progressMonitor)
Download BZip2-compressed OSM Change files from somewhere
|
DataSet |
OsmServerLocationReader.parseOsmChangeGzip(ProgressMonitor progressMonitor) |
DataSet |
OsmServerReader.parseOsmChangeGzip(ProgressMonitor progressMonitor)
Download GZip-compressed OSM Change files from somewhere
|
DataSet |
OsmServerLocationReader.parseOsmGzip(ProgressMonitor progressMonitor) |
DataSet |
OsmServerReader.parseOsmGzip(ProgressMonitor progressMonitor)
Download GZip-compressed OSM files from somewhere
|
GpxData |
OsmServerLocationReader.parseRawGps(ProgressMonitor progressMonitor) |
GpxData |
OsmServerReader.parseRawGps(ProgressMonitor progressMonitor)
Retrieve raw gps waypoints from the server API.
|
GpxData |
BoundingBoxDownloader.parseRawGps(ProgressMonitor progressMonitor) |
GpxData |
OsmServerLocationReader.parseRawGpsBzip2(ProgressMonitor progressMonitor) |
GpxData |
OsmServerReader.parseRawGpsBzip2(ProgressMonitor progressMonitor)
Retrieve BZip2-compressed GPX files from somewhere.
|
protected Set<IPrimitive> |
DiffResultProcessor.postProcess(Changeset cs,
ProgressMonitor monitor)
Postprocesses the diff result read and parsed from the server.
|
void |
OsmServerReadPostprocessor.postprocessDataSet(DataSet ds,
ProgressMonitor progress) |
void |
OsmServerWritePostprocessor.postprocessUploadedPrimitives(Collection<IPrimitive> p,
ProgressMonitor progress) |
List<Changeset> |
OsmServerChangesetReader.queryChangesets(ChangesetQuery query,
ProgressMonitor monitor)
Queries a list
|
Changeset |
OsmServerChangesetReader.readChangeset(long id,
ProgressMonitor monitor)
Reads the changeset with id
id from the server |
List<Changeset> |
OsmServerChangesetReader.readChangesets(Collection<Integer> ids,
ProgressMonitor monitor)
Reads the changeset with id
id from the server |
protected DataSet |
OsmServerBackreferenceReader.readIncompletePrimitives(DataSet ds,
ProgressMonitor progressMonitor)
Scans a dataset for incomplete primitives.
|
private String |
OsmApi.sendRequest(String requestMethod,
String urlSuffix,
String requestBody,
ProgressMonitor monitor) |
private String |
OsmApi.sendRequest(String requestMethod,
String urlSuffix,
String requestBody,
ProgressMonitor monitor,
boolean doAuthenticate,
boolean fastFail)
Generic method for sending requests to the OSM API.
|
protected DataSet |
MultiFetchServerObjectReader.Fetcher.singleGetId(OsmPrimitiveType type,
long id,
ProgressMonitor progressMonitor)
invokes a Multi Get for a single id and a given
OsmPrimitiveType . |
protected MultiFetchServerObjectReader.FetchResult |
MultiFetchServerObjectReader.Fetcher.singleGetIdPackage(OsmPrimitiveType type,
Set<Long> pkg,
ProgressMonitor progressMonitor)
invokes a sequence of Multi Gets for individual ids in a set of ids and a given
OsmPrimitiveType . |
private void |
OsmApi.sleepAndListen(int retry,
ProgressMonitor monitor) |
void |
OsmApi.updateChangeset(Changeset changeset,
ProgressMonitor monitor)
Updates a changeset with the keys in
changesetUpdate . |
protected void |
OsmServerWriter.uploadChangesAsDiffUpload(Collection<? extends IPrimitive> primitives,
ProgressMonitor progressMonitor)
Upload all changes in one diff upload
|
protected void |
OsmServerWriter.uploadChangesInChunks(Collection<? extends IPrimitive> primitives,
ProgressMonitor progressMonitor,
int chunkSize)
Upload all changes in one diff upload
|
protected void |
OsmServerWriter.uploadChangesIndividually(Collection<? extends IPrimitive> primitives,
ProgressMonitor progressMonitor)
Uploads the changes individually.
|
Collection<IPrimitive> |
OsmApi.uploadDiff(Collection<? extends IPrimitive> list,
ProgressMonitor monitor)
Uploads a list of changes in "diff" form to the server.
|
void |
OsmServerWriter.uploadOsm(UploadStrategySpecification strategy,
Collection<? extends IPrimitive> primitives,
Changeset changeset,
ProgressMonitor monitor)
Send the dataset to the server.
|
Constructor and Description |
---|
CapabilitiesCache(ProgressMonitor monitor,
boolean fastFail) |
Fetcher(OsmPrimitiveType type,
Set<Long> idsPackage,
ProgressMonitor progressMonitor)
Constructs a
Fetcher |
GpxParser(ProgressMonitor progressMonitor,
OsmServerReader.Compression compression) |
OsmChangeParser(ProgressMonitor progressMonitor,
OsmServerReader.Compression compression) |
OsmParser(ProgressMonitor progressMonitor,
OsmServerReader.Compression compression) |
Parser(ProgressMonitor progressMonitor,
OsmServerReader.Compression compression) |
ProgressInputStream(URLConnection con,
ProgressMonitor progressMonitor) |
Modifier and Type | Method and Description |
---|---|
void |
SessionImporter.importData(File file,
ProgressMonitor progressMonitor) |
Layer |
OsmDataSessionImporter.load(Element elem,
SessionReader.ImportSupport support,
ProgressMonitor progressMonitor) |
Layer |
ImagerySessionImporter.load(Element elem,
SessionReader.ImportSupport support,
ProgressMonitor progressMonitor) |
Layer |
GeoImageSessionImporter.load(Element elem,
SessionReader.ImportSupport support,
ProgressMonitor progressMonitor) |
Layer |
MarkerSessionImporter.load(Element elem,
SessionReader.ImportSupport support,
ProgressMonitor progressMonitor) |
Layer |
GpxTracksSessionImporter.load(Element elem,
SessionReader.ImportSupport support,
ProgressMonitor progressMonitor) |
Layer |
SessionLayerImporter.load(Element elem,
SessionReader.ImportSupport support,
ProgressMonitor progressMonitor)
Load the layer from xml meta-data.
|
void |
SessionReader.loadSession(File sessionFile,
boolean zip,
ProgressMonitor progressMonitor) |
private void |
SessionReader.loadSession(InputStream josIS,
URI sessionFileURI,
boolean zip,
ProgressMonitor progressMonitor) |
private void |
SessionReader.parseJos(Document doc,
ProgressMonitor progressMonitor) |
void |
SessionReader.CancelOrContinueDialog.show(String title,
String message,
int icon,
ProgressMonitor progressMonitor) |
Modifier and Type | Method and Description |
---|---|
static List<PluginInformation> |
PluginHandler.buildListOfPluginsToLoad(Component parent,
ProgressMonitor monitor)
Builds the set of plugins to load.
|
protected void |
ReadRemotePluginInformationTask.downloadPluginIcons(String site,
File destFile,
ProgressMonitor monitor)
Downloads the icon archive from a remote location
|
protected String |
ReadRemotePluginInformationTask.downloadPluginList(String site,
ProgressMonitor monitor)
Downloads the list from a remote location
|
private void |
ReadRemotePluginInformationTask.handleIOException(ProgressMonitor monitor,
IOException e,
String title,
String firstMessage) |
static void |
PluginHandler.loadEarlyPlugins(Component parent,
Collection<PluginInformation> plugins,
ProgressMonitor monitor)
Loads plugins from
plugins which have the flag PluginInformation.early
set to true. |
static void |
PluginHandler.loadLatePlugins(Component parent,
Collection<PluginInformation> plugins,
ProgressMonitor monitor)
Loads plugins from
plugins which have the flag PluginInformation.early
set to false. |
private static Map<String,PluginInformation> |
PluginHandler.loadLocallyAvailablePluginInformation(ProgressMonitor monitor)
Loads locally available plugin information from local plugin jars and from cached
plugin lists.
|
static void |
PluginHandler.loadPlugins(Component parent,
Collection<PluginInformation> plugins,
ProgressMonitor monitor)
Loads the plugin in
plugins from locally available jar files into
memory. |
protected void |
ReadLocalPluginInformationTask.scanIconCacheFiles(ProgressMonitor monitor,
File pluginsDirectory) |
protected void |
ReadLocalPluginInformationTask.scanLocalPluginRepository(ProgressMonitor monitor,
File pluginsDirectory) |
protected void |
ReadLocalPluginInformationTask.scanPluginFiles(ProgressMonitor monitor,
File pluginsDirectory) |
protected void |
ReadLocalPluginInformationTask.scanSiteCacheFiles(ProgressMonitor monitor,
File pluginsDirectory) |
static List<PluginInformation> |
PluginHandler.updatePlugins(Component parent,
List<PluginInformation> plugins,
ProgressMonitor monitor)
Updates the plugins in
plugins . |
Constructor and Description |
---|
PluginDownloadTask(ProgressMonitor monitor,
Collection<PluginInformation> toUpdate,
String title)
Creates the task
|
ReadLocalPluginInformationTask(ProgressMonitor monitor) |
ReadRemotePluginInformationTask(ProgressMonitor monitor,
Collection<String> sites)
Creates the task
|