Move rome-propono files into a subdirectory
This commit is contained in:
parent
fdfabe4f11
commit
442020891c
107 changed files with 55 additions and 55 deletions
rome-propono
.gitignoreLICENSENOTICEREADME.mdpom.xml
src
main
java/com/rometools/propono
atom
client
AtomClientFactory.javaAuthStrategy.javaBasicAuthStrategy.javaClientAtomService.javaClientCategories.javaClientCollection.javaClientEntry.javaClientMediaEntry.javaClientWorkspace.javaEntryIterator.javaGDataAuthStrategy.javaNoAuthStrategy.javaOAuthStrategy.javaatomclient-diagram.gif
common
server
blogclient
BaseBlogEntry.javaBlog.javaBlogClientException.javaBlogConnection.javaBlogConnectionFactory.javaBlogEntry.javaBlogResource.java
atomprotocol
AtomBlog.javaAtomCollection.javaAtomConnection.javaAtomEntry.javaAtomEntryIterator.javaAtomResource.java
blogclient-diagram.gifmetaweblog
utils
resources
site
apt
ROMEProponoVersion0.4.aptROMEProponoVersion0.5.aptROMEProponoVersion0.6.aptROMEProponoVersion1.0.aptindex.apt
resources
.nojekyll
site.xmlcss
images
rome-propono-0.4-src.tar.gzrome-propono-0.4-src.ziprome-propono-0.4.tar.gzrome-propono-0.4.ziprome-propono-0.5-src.tar.gzrome-propono-0.5-src.ziprome-propono-0.5.tar.gzrome-propono-0.5.ziprome-propono-0.6-src.tar.gzrome-propono-0.6-src.ziprome-propono-0.6.tar.gzrome-propono-0.6.ziprome-propono-1.0RC1-src.tar.gzrome-propono-1.0RC1-src.ziprome-propono-1.0RC1.tar.gzrome-propono-1.0RC1.ziptest/java/com/rometools/propono/atom
0
.gitignore → rome-propono/.gitignore
vendored
0
.gitignore → rome-propono/.gitignore
vendored
Before ![]() (image error) Size: 19 KiB After ![]() (image error) Size: 19 KiB ![]() ![]() |
|
@ -1,21 +1,21 @@
|
|||
package com.rometools.propono.atom.server;
|
||||
|
||||
class ConfigurationError extends Error {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Exception exception;
|
||||
|
||||
/**
|
||||
* Construct a new instance with the specified detail string and exception.
|
||||
*/
|
||||
ConfigurationError(final String msg, final Exception x) {
|
||||
super(msg);
|
||||
exception = x;
|
||||
}
|
||||
|
||||
Exception getException() {
|
||||
return exception;
|
||||
}
|
||||
|
||||
package com.rometools.propono.atom.server;
|
||||
|
||||
class ConfigurationError extends Error {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Exception exception;
|
||||
|
||||
/**
|
||||
* Construct a new instance with the specified detail string and exception.
|
||||
*/
|
||||
ConfigurationError(final String msg, final Exception x) {
|
||||
super(msg);
|
||||
exception = x;
|
||||
}
|
||||
|
||||
Exception getException() {
|
||||
return exception;
|
||||
}
|
||||
|
||||
}
|
Before ![]() (image error) Size: 18 KiB After ![]() (image error) Size: 18 KiB ![]() ![]() |
|
@ -1,24 +1,24 @@
|
|||
package com.rometools.propono.blogclient.metaweblog;
|
||||
|
||||
import java.util.Iterator;
|
||||
|
||||
class NoOpIterator<T> implements Iterator<T> {
|
||||
|
||||
/** No-op */
|
||||
@Override
|
||||
public boolean hasNext() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/** No-op */
|
||||
@Override
|
||||
public T next() {
|
||||
return null;
|
||||
}
|
||||
|
||||
/** No-op */
|
||||
@Override
|
||||
public void remove() {
|
||||
}
|
||||
|
||||
package com.rometools.propono.blogclient.metaweblog;
|
||||
|
||||
import java.util.Iterator;
|
||||
|
||||
class NoOpIterator<T> implements Iterator<T> {
|
||||
|
||||
/** No-op */
|
||||
@Override
|
||||
public boolean hasNext() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/** No-op */
|
||||
@Override
|
||||
public T next() {
|
||||
return null;
|
||||
}
|
||||
|
||||
/** No-op */
|
||||
@Override
|
||||
public void remove() {
|
||||
}
|
||||
|
||||
}
|
Before ![]() (image error) Size: 11 KiB After ![]() (image error) Size: 11 KiB ![]() ![]() |
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue